[][src]Type Definition rant::RantListRef

type RantListRef = Rc<RefCell<RantList>>;

Trait Implementations

impl FromRant for RantListRef[src]