logo
pub trait ChangeInterface where
    Self: Debug
{ fn add_to<C: ChangerInterface>(self, changer: &mut C) -> &mut C
    where
        Self: Sized + 'static
, { ... } }
Expand description

Context.

Provided Methods

Add change to queue of events.

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