Development Documentation (main branch) - For stable release docs, see docs.rs/eidetica

Meta

Trait Meta 

pub trait Meta: Default { }

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§

§

impl<M> Meta for M
where M: Default,

Available on non-crate feature sync only.