Trait beancount_parser_lima::types::ElementType
source · pub trait ElementType {
// Required method
fn element_type(&self) -> &'static str;
}Expand description
Implemented by any element, for access to its kind in error reporting.