Trait opentitanlib::test_utils::rpc::ConsoleRecv
source · pub trait ConsoleRecv<T>where
T: ConsoleDevice + ?Sized,{
// Required method
fn recv(device: &T, timeout: Duration, quiet: bool) -> Result<Self>
where Self: Sized;
}