pub trait IsBundle: FlatLen + Flatten<PortGeometry> + HasTransformedView + Send + Sync { }
Expand description
A type that can is a bundle of layout ports.
An instance of a HardwareType
.
Object Safety§
This trait is not object safe.
pub trait IsBundle: FlatLen + Flatten<PortGeometry> + HasTransformedView + Send + Sync { }
A type that can is a bundle of layout ports.
An instance of a HardwareType
.