[][src]Trait xml_data::parser::Element

pub trait Element: Sized {
    type ParseState: ElementState<Output = Self>;
}

Parsable element

This links the (default) state type used to parse this element.

Associated Types

type ParseState: ElementState<Output = Self>

Parse state to use for this element

Loading content...

Implementors

Loading content...