pub trait Directed: Flatten<Direction> { }
Expand description
Indicates that an IO specifies signal directions for all of its fields.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.