Struct rust_hdl_core::direction::Out
source · pub struct Out {}
Expand description
This direction marker is used for a [Signal] that leaves a circuit as an output. That means we expect this circuit to drive the signal using its internal logic. It is an error in RustHDL to leave an output undriven.