[][src]Type Definition nt::Result

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

Base result type for nt-rs