pub trait IntoElements {
    fn into_elements(self, emitter: &mut ElementEmitter<'_>);
}
Expand description

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.

Implementations on Foreign Types§

Implementors§