pub type UtilitiesResult<T> = Result<T, UtilitiesError>;
Expand description

This data structure implements From for error types of the dependencies of this crate