Trait PrimaryData

Source
pub trait PrimaryData:
    DeserializeOwned
    + Sealed
    + Serialize { }
Expand description

A marker trait used to indicate that a type can be the primary data for a document.

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§