pub trait GetSchemaData {
    fn get_schema_data(&self) -> &SchemaData;
}

Required Methods§

Implementors§