Trait Element

Source
pub trait Element: Element + Element { }
Expand description

Combining parser::Element and serializer::Element.

Can be derived (if derive feature is active).

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§