Struct actix_web::FILES [−][src]
pub struct FILES {
pub(crate) __private_field: (),
}
Expand description
- create filemap
Fields
__private_field: ()
Methods from Deref<Target = Files>
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
Auto Trait Implementations
impl RefUnwindSafe for FILES
impl UnwindSafe for FILES
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more