pub type WriteResult<T = ()> = Result<T, WriteError>;Expand description
Result type to be returned from any write action
Aliased Type§
pub enum WriteResult<T = ()> {
Ok(T),
Err(WriteError),
}pub type WriteResult<T = ()> = Result<T, WriteError>;Result type to be returned from any write action
pub enum WriteResult<T = ()> {
Ok(T),
Err(WriteError),
}