Derive Macro substrate::pdk::layers::DerivedLayerFamily
source · #[derive(DerivedLayerFamily)]
{
// Attributes available to this derive:
#[layer]
}
Expand description
Derives a derived layer family implementation on a struct.
See the DerivedLayers
derive macro for a full example.