Macro hyper_fs::static_index [] [src]

macro_rules! static_index {
    ($typo_index: ident, $typo_exception_handler: ident) => { ... };
}

create a StaticIndex by owner ExceptionHandler.

mod local {
    use hyper_fs::static_index::*;
    // wait to replace
    use hyper_fs::ExceptionHandler;
    static_index!(StaticIndex, ExceptionHandler);
}