Trait rtools::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§