Trait opentitanlib::test_utils::rpc::ConsoleSend
source · pub trait ConsoleSend<T>where
T: ConsoleDevice + ?Sized,{
// Required methods
fn send(&self, device: &T) -> Result<()>;
fn send_with_crc(&self, device: &T) -> Result<()>;
}