pub trait SchemaSerialize: Serialize {
    fn schema_register<S: Schema>(schema: &mut S) -> Result<S::TypeId, S::Error>;
}

Required Methods§

Implementations on Foreign Types§

Implementors§