export ExtractorConfig type

This commit is contained in:
Nikolay Kim 2018-05-10 11:00:22 -07:00
parent 92f993e054
commit d8fa43034f
1 changed files with 1 additions and 0 deletions

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 {