pub type Result<T> = Result<T, SpoolError>;Available on crate feature
spool only.Expand description
Result type for spool operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(SpoolError),
}pub type Result<T> = Result<T, SpoolError>;spool only.Result type for spool operations.
pub enum Result<T> {
Ok(T),
Err(SpoolError),
}