Type Definition libnv::NvResult[][src]

pub type NvResult<T> = Result<T, NvError>;
Expand description

Short-cut to Result<T, NvError>.