[][src]Trait dep_obj::DepObj

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

Associated Types

Loading content...

Required methods

fn dep_props(&self) -> &DepObjProps<Self::Type, Self::Id> where
    Self: Sized

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

Loading content...

Implementors

Loading content...