Trait bbecs::components::CastComponents[][src]

pub trait CastComponents<T> {
    fn cast(&self) -> Result<&Rc<RefCell<T>>>;
}

Required methods

fn cast(&self) -> Result<&Rc<RefCell<T>>>[src]

Implementors