Type Definition docima::DocimaResult[][src]

pub type DocimaResult<T> = Result<T, DocimaError>;
Expand description

The docima Result type.