Trait odra_schema::SchemaCustomTypes
source · pub trait SchemaCustomTypes {
// Provided method
fn schema_types() -> Vec<Option<CustomType>> { ... }
}Expand description
Trait for defining custom types in a schema.
Provided Methods§
sourcefn schema_types() -> Vec<Option<CustomType>>
fn schema_types() -> Vec<Option<CustomType>>
Returns a vector of optional CustomTypes.
Object Safety§
This trait is not object safe.