Skip to main content

NotFound

Trait NotFound 

Source
pub trait NotFound<T> {
    // Required method
    fn is_not_found(&self) -> bool;
}

Required Methods§

Implementors§

Source§

impl<T> NotFound<T> for Result<T, Error>