substrate::layout::schema

Trait Schema

Source
pub trait Schema {
    type Layer: Debug + Send + Sync + Any + Clone + Eq;
}
Expand description

Defines a layout schema.

Required Associated Types§

Source

type Layer: Debug + Send + Sync + Any + Clone + Eq

The type representing allowable layers in this schema.

Implementors§