pub type UnitResult<T> = Result<T, UnitError>;
Result type returned from methods that have a UnitError error.
UnitError