Trait avr_tester::Writable
source · pub trait Writable {
// Required method
fn write(&self, tx: &mut dyn Writer);
}
Expand description
Value that can be transmitted through a Writer
.
pub trait Writable {
// Required method
fn write(&self, tx: &mut dyn Writer);
}
Value that can be transmitted through a Writer
.