gstreamer_rtsp_server::subclass::prelude

Trait RTSPServerImplExt

Source
pub trait RTSPServerImplExt: RTSPServerImpl {
    // Required methods
    fn parent_create_client(&self) -> Option<RTSPClient>;
    fn parent_client_connected(&self, client: &RTSPClient);
}

Required Methods§

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§