[][src]Type Definition rant::RantFunctionRef

type RantFunctionRef = Rc<RantFunction>;

A reference-counting handle to a Rant function.

Trait Implementations

impl FromRant for RantFunctionRef[src]