[][src]Trait dep_obj::AnySetter

pub trait AnySetter<OwnerId: ComponentId>: DynClone {
    fn apply(&self, context: &mut dyn Context, id: OwnerId);
}

Required methods

fn apply(&self, context: &mut dyn Context, id: OwnerId)

Loading content...

Implementors

impl<Owner: DepObj, PropType: Clone> AnySetter<<Owner as DepObj>::Id> for Setter<Owner, PropType>[src]

Loading content...