Type Definition rant::RantMapRef

source · []
pub type RantMapRef = Rc<RefCell<RantMap>>;
Expand description

Type alias for Rc<RefCell<RantMap>>

Trait Implementations

Convert from a RantValue.

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