Trait Inner

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

Combining parser::Inner and serializer::Inner.

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§

Source§

impl<E: Inner + Inner> Inner for E