Type Definition dmntk_common::Result

source · []
pub type Result<T, E = DmntkError> = Result<T, E>;
Expand description

Common result type.