Type Definition laz::Result[][src]

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

Shortcut for Results of this crate.