pub type Release = Option<RefCell<SmallVec<[(Button, NodeId); 1]>>>;
Argument type for button callbacks
pub enum Release { None, Some(RefCell<SmallVec<[(Button, NodeId); 1]>>), }
No value.
Some value of type T.
T