pub type Result<T> = Result<T, LasZipError>;Expand description
Shortcut for Results of this crate.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(LasZipError),
}pub type Result<T> = Result<T, LasZipError>;Shortcut for Results of this crate.
pub enum Result<T> {
Ok(T),
Err(LasZipError),
}