Crate nyar_error

Source

Re-exports§

pub use validatus::Validation::Failure;
pub use validatus::Validation::Success;

Modules§

third_party

Structs§

Diagnostic
A type representing a diagnostic that is ready to be written to output.
DuplicateError
MissingError
NyarError
RuntimeError
SourceCache
A [Cache] that fetches SourceTexts from the filesystem.
SourceID
A type representing a single line of a [Source].
SourceSpan
A type representing a single line of a [Source].
SyntaxError

Enums§

DuplicateKind
ForeignInterfaceError
NyarErrorKind
ReportKind
@trace 0 @print 100 @blame 150 @risky 175 @alert 200 @error 250 @fatal 255 A type that defines the kind of report being produced.

Traits§

Validate

Type Aliases§

Result
Validation