Type Definition nt_string::Result

source ·
pub type Result<T, E = NtStringError> = Result<T, E>;
Expand description

Central result type of nt-string.