opentitanlib::test_utils::rpc

Trait 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; }

Required Methods§

Source

fn recv(device: &T, timeout: Duration, quiet: bool) -> Result<Self>
where Self: Sized,

Implementors§

Source§

impl<T, U> ConsoleRecv<T> for U