Type Definition rant::RantListRef[][src]

type RantListRef = Rc<RefCell<RantList>>;

Type alias for Rc<RefCell<RantList>>

Trait Implementations

impl FromRant for RantListRef[src]