Type Definition rant::RantFunctionHandle

source · []
pub type RantFunctionHandle = 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.