Type Definition dmntk_common::Result[][src]

type Result<T, E = DmntkError> = Result<T, E>;
Expand description

Common result type