Skip to main content

SerialLogControlProxyInterface

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§

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§