Type Alias RefStation

Source
pub type RefStation = Rc<RefCell<Station>>;

Aliased Typeยง

pub struct RefStation { /* private fields */ }