[][src]Trait dep_obj::DepObjBuilderCore

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

Required methods

fn context(&self) -> &dyn Context

fn context_mut(&mut self) -> &mut dyn Context

fn id(&self) -> OwnerId

Loading content...

Implementors

Loading content...