Type Definition taxonomy::errors::TaxonomyResult

source ·
pub type TaxonomyResult<T> = Result<T, Error>;