Trait gds21::HasLayer[][src]

pub trait HasLayer {
    fn layerspec(&self) -> GdsLayerSpec;
}
Expand description

Has-Layer Trait

Sole function layerspec returns a GdsLayerSpec including the two numbers layer and xtype.

Required methods

Implementors