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

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

Alias type for results originated from this crate.