Type Definition ndsparse::Result[][src]

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

Shorcut of core::result::Result<T, ndsparse::Error>;