TogglingIsALifestyle

Trait TogglingIsALifestyle 

Source
pub trait TogglingIsALifestyle {
    // Required method
    fn toggle(&mut self);
}

Required Methods§

Source

fn toggle(&mut self)

Toggle the bool.

Implementations on Foreign Types§

Source§

impl TogglingIsALifestyle for bool

Source§

fn toggle(&mut self)

Implementors§