[][src]Trait xml_data::parser::Inner

pub trait Inner: Sized {
    type ParseState: InnerState<Output = Self>;
}

Parsable inner data (multiple elements)

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

Associated Types

type ParseState: InnerState<Output = Self>

Parse state to use for this inner data

Loading content...

Implementations on Foreign Types

impl Inner for String[src]

impl<E: Element> Inner for Option<E>[src]

impl<E: Element> Inner for Vec<E>[src]

impl Inner for Option<DataInner>[src]

Loading content...

Implementors

impl<E: Element> Inner for E[src]

Loading content...