Trait rbatis_sql::error::OptionToResult[][src]

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

Required methods

Implementations on Foreign Types

Implementors