1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-01-01 12:58:46 +00:00

export ExtractorConfig type

This commit is contained in:
Nikolay Kim 2018-05-10 11:00:22 -07:00
parent 92f993e054
commit d8fa43034f

View file

@ -213,6 +213,7 @@ pub mod dev {
pub use resource::ResourceHandler;
pub use route::Route;
pub use router::{Resource, ResourceType, Router};
pub use with::ExtractorConfig;
}
pub mod http {