[][src]Type Definition ndsparse::Result

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

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