Type Definition taxonomy::Result[][src]

pub type Result<T> = StdResult<T, TaxonomyError>;
Expand description

A wrapper type for taxonomy results. Alias for Result<T, failure::Error>