shared
0.1.0
Backlight
Required Methods
off
on
Implementors
In crate shared
shared
Trait
Backlight
Copy item path
Source
pub trait Backlight { // Required methods fn
on
(&mut self);
fn
off
(&mut self); }
Required Methods
§
Source
fn
on
(&mut self)
Source
fn
off
(&mut self)
Implementors
§