Type Definition nt_hive::Result[][src]

type Result<T, E = NtHiveError> = Result<T, E>;

Central result type of nt-hive.