Type Definition rant::RantListRef

source · []
pub type RantListRef = Rc<RefCell<RantList>>;
Expand description

Type alias for Rc<RefCell<RantList>>

Trait Implementations

Convert from a RantValue.

Returns true if the type can be used to represent an optional Rant parameter.