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 */);

Trait Implementations§

Source§

impl Display for Warning

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more