Type Definition nt_hive::Result[][src]

pub type Result<T, E = NtHiveError> = Result<T, E>;
Expand description

Central result type of nt-hive.