Trait substrate::io::Directed

source ·
pub trait Directed: Flatten<Direction> { }
Expand description

Indicates that a hardware type specifies signal directions for all of its fields.

Object Safety§

This trait is not object safe.

Implementors§