pub trait SchemaDatapathwhere
Self: Datapath,{
type Schema;
}Expand description
A datapath with an associated schema.
Provides [AssociatedDatapath::Schema], which is the schema that is available at this path.
A datapath can have at most one schema, but the same schema may be used in an arbitrary number of datapaths.
Required Associated Types§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.