pub trait RTSPServerImplExt: Sealed + ObjectSubclass {
// 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)
Object Safety§
This trait is not object safe.