Type Alias Release

Source
pub type Release = Option<RefCell<SmallVec<[(Button, NodeId); 1]>>>;
Expand description

Argument type for button callbacks

Aliased Type§

pub enum Release {
    None,
    Some(RefCell<SmallVec<[(Button, NodeId); 1]>>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(RefCell<SmallVec<[(Button, NodeId); 1]>>)

Some value of type T.