[][src]Type Definition rant::RantListRef

type RantListRef = Rc<RefCell<RantList>>;

Type alias for Rc<RefCell<RantMap>>

Trait Implementations

impl FromRant for RantListRef[src]