Skip to main content

Module error

Module error 

Source
Expand description

The crate-level error type and Result alias.

CoreError is a convenience error for crates that want a single Result without inventing their own; it wraps a Diagnostic or an Unimplemented marker.

Enums§

CoreError
Convenience top-level error type for crates that want a single Result alias without inventing their own.

Type Aliases§

Result