Struct beancount_parser::Error
source · pub struct Error(_);Expand description
Main error type
It doesn’t provide any useful information yet.
It will probably be improved in the future to make possible user-friendly error messages.
Implementations§
Trait Implementations§
source§impl From<ConversionError> for Error
impl From<ConversionError> for Error
source§fn from(err: ConversionError) -> Self
fn from(err: ConversionError) -> Self
Converts to this type from the input type.