pub type Result<T> = Result<T, DecodeError>;Expand description
A specialized Result type for CCITT decoding operations.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(DecodeError),
}pub type Result<T> = Result<T, DecodeError>;A specialized Result type for CCITT decoding operations.
pub enum Result<T> {
Ok(T),
Err(DecodeError),
}