pub trait HasNotFound {
    fn not_found() -> Self;
}

Required methods

Implementors