Skip to content

Implement IntoElements on Into<Element> instead of Element

This allows libraries such as xmpp-parsers implementing From<Something> for Element or Into<Element> to automatically benefit from the ElementBuilder::append() method.

Merge request reports