Trait ResultDataError
trait ResultDataError<T>: Sized
Extension trait for Result<T, DataError>.
Required Methods
fn allow_identifier_not_found(self: Self) -> Result<Option<T>, DataError>Propagates all errors other than
DataErrorKind::IdentifierNotFound, and returnsNonein that case.