Trait schema::Schema

source ·
pub trait Schema {
    // Required method
    fn schema() -> DeriveInput;
}
Expand description

Produces a schema for the type expressed as a DeriveInput, re-exported from the syn crate.

Required Methods§

Implementors§