Trait Switches

Source
pub trait Switches {
    // Required method
    fn add(&mut self, common: SwitchCommon, shape: SwitchShape);
}

Required Methods§

Source

fn add(&mut self, common: SwitchCommon, shape: SwitchShape)

Implementations on Foreign Types§

Source§

impl Switches for Options

Source§

fn add(&mut self, common: SwitchCommon, shape: SwitchShape)

Implementors§