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

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§