Fix dealloc for vec representation

This commit is contained in:
Nikolay Kim 2021-12-06 21:09:51 +06:00
parent 0315d92401
commit 17631cd8a1
5 changed files with 13 additions and 6 deletions

View file

@ -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;