Trait substrate::io::layout::IsBundle

source ·
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.

Implementors§