Skip to main content

Module report

Module report 

Source

Structs§

ArcOrElse
See OrElse::to_arc.
AwaitNonFuture
BadSubtermError
Give a really bad subtype error.
BooleanTypeRequired
InferenceFallback
InvalidAssignmentType
InvalidInitializerType
InvalidReturnValue
NumericTypeExpected
OperatorArgumentsMustHaveSameType
OperatorRequiresNumericType
WhereClauseError
Give a really bad subtype error.

Enums§

Because
Reason that a low-level typing operation failed.

Traits§

OrElse
The OrElse trait captures error reporting context. Primitive type operations like subtyping are given an &dyn OrElse<'db> as argument. If the subtyping operation fails, it invokes the OrElse::report method to report the error.
OrElseHelper

Functions§

anded_list 🔒