GetOneErrorTrait

Trait GetOneErrorTrait 

Source
pub trait GetOneErrorTrait {
    // Required methods
    fn is_not_found(&self) -> bool;
    fn is_more_than_one(&self) -> bool;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl<T> GetOneErrorTrait for Result<T, GetOneError>

Implementors§