Trait dep_obj::DepObjBuilderCore[][src]

pub trait DepObjBuilderCore<OwnerId: ComponentId> {
    fn context(&self) -> &dyn Context;
fn context_mut(&mut self) -> &mut dyn Context;
fn id(&self) -> OwnerId; }

Required methods

Implementors