[][src]Trait dep_obj::DepObj

pub trait DepObj {
    type Type: DepType;
    type Id: ComponentId;
    fn core(&self) -> &DepObjCore<Self::Type, Self::Id>
    where
        Self: Sized
;
fn core_mut(&mut self) -> &mut DepObjCore<Self::Type, Self::Id>
    where
        Self: Sized
; }

Associated Types

Loading content...

Required methods

fn core(&self) -> &DepObjCore<Self::Type, Self::Id> where
    Self: Sized

fn core_mut(&mut self) -> &mut DepObjCore<Self::Type, Self::Id> where
    Self: Sized

Loading content...

Implementors

Loading content...