Trait minidom::convert::IntoElements [] [src]

pub trait IntoElements {
    fn into_elements(self, emitter: &mut ElementEmitter);
}

A trait for types which can be converted to one or multiple Elements.

Required Methods

Emits this as a sequence of text nodes and Elements.

Implementors