[][src]Trait dep_obj::dep::DepObj

pub trait DepObj: DepObjRaw {
    fn dep_props(&self) -> &DepObjProps<Self>
    where
        Self: Sized
;
fn dep_props_mut(&mut self) -> &mut DepObjProps<Self>
    where
        Self: Sized
; }

Required methods

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

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

Loading content...

Implementors

Loading content...