[][src]Trait poule::Reset

pub trait Reset {
    fn reset(&mut self);
}

Resetting an object reverts that object back to a default state.

Required methods

fn reset(&mut self)

Loading content...

Implementors

impl<T> Reset for Dirty<T>[src]

impl<T: Default + Clone> Reset for T[src]

Loading content...