Trait postcard::experimental::schema::Schema
source · pub trait Schema {
const SCHEMA: &'static NamedType;
}
Expand description
A trait that represents a compile time calculated schema
Required Associated Constants§
Object Safety§
This trait is not object safe.