1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 07:53:00 +01: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 {