pub type ShiftResult<T> = Result<T, ShiftError>;Expand description
Library result type
Aliased Type§
pub enum ShiftResult<T> {
Ok(T),
Err(ShiftError),
}pub type ShiftResult<T> = Result<T, ShiftError>;Library result type
pub enum ShiftResult<T> {
Ok(T),
Err(ShiftError),
}