Type Alias StatefulBackendResult

Source
pub type StatefulBackendResult<T> = Result<T, StatefulBackendError>;

Aliased Type§

enum StatefulBackendResult<T> {
    Ok(T),
    Err(StatefulBackendError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(StatefulBackendError)

Contains the error value