pub type GateRef = Arc<dyn Gate>;
Shareable handle to a Gate impl.
Gate
pub struct GateRef { /* private fields */ }