export handler::Handler

I want to implement a custom Factory to strictly define arguments for handlers
This commit is contained in:
Sergey Sova 2020-02-04 12:02:09 +03:00 committed by GitHub
parent fe13789345
commit c0a09d016f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ pub mod dev {
pub use crate::config::{AppConfig, AppService}; pub use crate::config::{AppConfig, AppService};
#[doc(hidden)] #[doc(hidden)]
pub use crate::handler::Factory; pub use crate::handler::{Factory, Handler};
pub use crate::info::ConnectionInfo; pub use crate::info::ConnectionInfo;
pub use crate::rmap::ResourceMap; pub use crate::rmap::ResourceMap;
pub use crate::service::{ pub use crate::service::{