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 */);pub type Warning = ErrorOrWarning<WarningKind>;The type of warnings returned by the parser.
All that can usefully be done with these is write them via BeancountSources.
pub struct Warning(/* private fields */);