pub type ModuleResult<T> = Result<T, ModuleError>;
Expand description

A convenient alias for a Result that uses ModuleError as the error type.