Type Definition dmio::Result[][src]

type Result<T> = Result<T, Box<Error + Send + Sync>>;