NotFoundMapping

Trait NotFoundMapping 

Source
pub trait NotFoundMapping<T> {
    // Required method
    fn map_not_found_to_option(self) -> Result<Option<T>>;
}

Required Methods§

Implementors§