Toggle

Trait Toggle 

Source
pub trait Toggle {
    // Required method
    fn toggle(&mut self) -> bool;
}

Required Methods§

Source

fn toggle(&mut self) -> bool

Implementations on Foreign Types§

Source§

impl Toggle for bool

Returns old value

Source§

fn toggle(&mut self) -> bool

Implementors§