Macro hyper_static_server::resource_path[][src]

macro_rules! resource_path {
    ( ( relative_to_crate, $_path : literal ) ) => { ... };
    ( ( relative_to_cwd, $_path : literal ) ) => { ... };
    ( $_path : literal ) => { ... };
}