pub trait HasPin {
// Required methods
fn drawing(&self) -> LayerId;
fn pin(&self) -> LayerId;
fn label(&self) -> LayerId;
}
Expand description
A set of layers that uniquely specifies how a pin should be drawn.
Shapes are drawn on the drawing and pin layers by default, with port name annotations added on the label layer.