pub type StatelessBackendResult<T> = Result<T, StatelessBackendError>;
Expand description

Result type returned by stateless backend methods.