macro_rules! not_found {
($($t:tt)*) => { ... };
}
Expand description
Error to indicate that no resource exists at the requested path or key.
macro_rules! not_found {
($($t:tt)*) => { ... };
}
Error to indicate that no resource exists at the requested path or key.