mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 21:37:58 +03:00
parent
2ab64627a8
commit
0315d92401
18 changed files with 120 additions and 229 deletions
|
@ -11,7 +11,7 @@ mod tree;
|
|||
pub use self::de::PathDeserializer;
|
||||
pub use self::path::{Path, PathIter};
|
||||
pub use self::resource::ResourceDef;
|
||||
pub use self::router::{ResourceInfo, Router, RouterBuilder};
|
||||
pub use self::router::{Router, RouterBuilder};
|
||||
|
||||
pub trait Resource<T: ResourcePath> {
|
||||
fn path(&self) -> &str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue