Type Definition laz::Result

source ·
pub type Result<T> = Result<T, LasZipError>;
Expand description

Shortcut for Results of this crate.