Skip to main content

HasLayer

Trait HasLayer 

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

§Has-Layer Trait

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

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§