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:
parent
92f993e054
commit
d8fa43034f
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue