Type Alias tir_core::OpRef

source ·
pub type OpRef = Rc<RefCell<dyn Op>>;

Aliased Type§

struct OpRef { /* private fields */ }