pub trait Primitive: Archive<Archived = Self> + Sized { }
Expand description

Marker trait for types that have themselves as archived type

Implementors