Trait SerialLogControlProxyInterface

Source
pub trait SerialLogControlProxyInterface: Send + Sync {
    type FreezeSerialForwardingResponseFut: Future<Output = Result<EventPair, Error>> + Send;

    // Required method
    fn freeze_serial_forwarding(
        &self,
    ) -> Self::FreezeSerialForwardingResponseFut;
}

Required Associated Types§

Source

type FreezeSerialForwardingResponseFut: Future<Output = Result<EventPair, Error>> + Send

Required Methods§

Implementors§