Type Definition rant::RantFunctionRef

source · []
pub type RantFunctionRef = Rc<RantFunction>;
Expand description

Type alias for Rc<RantFunction>

Trait Implementations

Convert from a RantValue.

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