Trait probe_rs::CommunicationInterface[][src]

pub trait CommunicationInterface {
    fn flush(&mut self) -> Result<(), DebugProbeError>;
}

Required methods

Implementors