pub trait Io: Directed + SchematicType + LayoutType { }
Expand description
A trait implemented by block input/output interfaces.
Object Safety§
This trait is not object safe.
pub trait Io: Directed + SchematicType + LayoutType { }
A trait implemented by block input/output interfaces.