Type Definition Result
blake
type Result<T> = Result<T, BlakeError>;
Helper result type containing BlakeError.
BlakeError