pub type Result<T> = Result<T, Error>;
A Result type where the error value is a value from drmem_api::types::Error.
Result
drmem_api::types::Error