[][src]Type Definition nifti::error::Result

type Result<T> = Result<T, NiftiError>;

Alias type for results originated from this crate.