MaybeRc

Trait MaybeRc 

Source
pub trait MaybeRc {
    // Required method
    fn get_rc(&self) -> Rc<RefCell<dyn StoppointTrait>>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl MaybeRc for Rc<RefCell<dyn StoppointTrait>>

Source§

impl MaybeRc for Weak<RefCell<dyn StoppointTrait>>

Implementors§