pub trait Schema { type Layer: Debug + Send + Sync + Any + Clone + Eq; }
Defines a layout schema.
The type representing allowable layers in this schema.