Skip to main content

GateRef

Type Alias GateRef 

Source
pub type GateRef = Arc<dyn Gate>;
Expand description

Shareable handle to a Gate impl.

Aliased Typeยง

pub struct GateRef { /* private fields */ }