Struct cache_buster::filemap::Files [−][src]
pub struct Files { /* fields omitted */ }
Expand description
Filemap struct
maps original names to generated names
Implementations
Get relative file path
If the modified filename path is ./prod/test.randomhash.svg
, it will
output /test.randomhash.svg
. For full path, see get_full_path.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Files
impl UnwindSafe for Files
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self