pub type AlignResult<T> = Result<T, AlignError>;Expand description
Result type for alignment operations
Aliased Type§
pub enum AlignResult<T> {
Ok(T),
Err(AlignError),
}pub type AlignResult<T> = Result<T, AlignError>;Result type for alignment operations
pub enum AlignResult<T> {
Ok(T),
Err(AlignError),
}