Skip to main content

Toggleable

Trait Toggleable 

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

Required Methods§

Source

fn toggle(&mut self)

Implementations on Foreign Types§

Source§

impl Toggleable for bool

Source§

fn toggle(&mut self)

Implementors§