pub trait Target<T: Convenient>: DynClone {
    fn execute(&self, state: &mut dyn State, value: T);
}
Expand description

An object which can recieve values from a binding.

Required Methods

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Implementors