FunctionsRef

Type Alias FunctionsRef 

Source
pub type FunctionsRef = Ref<Functions>;

Aliased Type§

pub struct FunctionsRef(pub Rc<RefCell<Functions>>);

Tuple Fields§

§0: Rc<RefCell<Functions>>