Warning

Type Alias Warning 

Source
pub type Warning = ErrorOrWarning<WarningKind>;
Expand description

The type of warnings returned by the parser. All that can usefully be done with these is write them via BeancountSources.

Aliased Typeยง

pub struct Warning { /* private fields */ }