pub type OffsetResult<T> = Result<T, OffsetError>;Expand description
Result type for offset operations.
Aliased Type§
pub enum OffsetResult<T> {
Ok(T),
Err(OffsetError),
}pub type OffsetResult<T> = Result<T, OffsetError>;Result type for offset operations.
pub enum OffsetResult<T> {
Ok(T),
Err(OffsetError),
}