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