pub type CoreResult<T> = Result<T, CoreError>;
Expand description

A result type which binds the CoreError to the error type.