[][src]Macro rocket_failure::not_found

macro_rules! not_found {
    ($e:expr) => { ... };
    ($fmt:expr, $($arg:tt)+) => { ... };
}