Trait RTSPClientExtManual

Source
pub trait RTSPClientExtManual: IsA<RTSPClient> + 'static {
    // Provided methods
    fn attach(&self, context: Option<&MainContext>) -> SourceId { ... }
    fn send_message(
        &self,
        message: &RTSPMessage,
        session: Option<&RTSPSession>,
    ) -> RTSPResult { ... }
}

Provided Methods§

Source

fn attach(&self, context: Option<&MainContext>) -> SourceId

Source

fn send_message( &self, message: &RTSPMessage, session: Option<&RTSPSession>, ) -> RTSPResult

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§