1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-04-09 11:24:05 +00:00

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

View file

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