Trait rbatis::error::OptionToResult[][src]

pub trait OptionToResult<T> {
    fn to_result(self, error_str: &str) -> Result<T, Error>;
}

Required methods

Implementations on Foreign Types

Implementors