not_found

Macro not_found 

Source
macro_rules! not_found {
    () => { ... };
    (! $($e:tt)*) => { ... };
    ($($e:tt)*) => { ... };
}
Available on crate feature ssr only.