Skip to main content

Inner

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".

Implementors§

Source§

impl<E: Inner + Inner> Inner for E