pub trait WriteFrame {
// Required method
fn write(&mut self, frame: Frame);
}Expand description
Serial Interface abstraction for the wm8731 generic driver.
pub trait WriteFrame {
// Required method
fn write(&mut self, frame: Frame);
}Serial Interface abstraction for the wm8731 generic driver.