OperationResultStore

Type Alias OperationResultStore 

Source
pub type OperationResultStore = Result<Store, (Option<Store>, ErrorType)>;

Aliased Type§

pub enum OperationResultStore {
    Ok(Store),
    Err((Option<Store>, ErrorType)),
}

Variants§

§1.0.0

Ok(Store)

Contains the success value

§1.0.0

Err((Option<Store>, ErrorType))

Contains the error value