pub trait RTSPServerImplExt: RTSPServerImpl {
// Required methods
fn parent_create_client(&self) -> Option<RTSPClient>;
fn parent_client_connected(&self, client: &RTSPClient);
}
Required Methods§
fn parent_create_client(&self) -> Option<RTSPClient>
fn parent_client_connected(&self, client: &RTSPClient)
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.