Type Definition rant::RantMapRef[][src]

type RantMapRef = Rc<RefCell<RantMap>>;

Type alias for Rc<RefCell<RantMap>>

Trait Implementations

impl FromRant for RantMapRef[src]