mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
Fix dealloc for vec representation
This commit is contained in:
parent
0315d92401
commit
17631cd8a1
5 changed files with 13 additions and 6 deletions
|
@ -13,6 +13,9 @@ pub use self::path::{Path, PathIter};
|
|||
pub use self::resource::ResourceDef;
|
||||
pub use self::router::{Router, RouterBuilder};
|
||||
|
||||
#[doc(hidden)]
|
||||
pub struct ResourceInfo;
|
||||
|
||||
pub trait Resource<T: ResourcePath> {
|
||||
fn path(&self) -> &str;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue