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.
pub trait ElementType {
// Required method
fn element_type(&self) -> &'static str;
}
Implemented by any element, for access to its kind in error reporting.