Derive Macro substrate::pdk::layers::LayerFamily

source ·
#[derive(LayerFamily)]
{
    // Attributes available to this derive:
    #[layer]
}
Expand description

Derives a layer family implementation on a struct.

See the Layers derive macro for a full example.