Trait gstreamer_rtsp_server::RTSPSessionPoolExtManual[][src]

pub trait RTSPSessionPoolExtManual {
    fn create_watch<'a, N: Into<Option<&'a str>>, F>(
        &self,
        name: N,
        priority: Priority,
        func: F
    ) -> Source
    where
        F: FnMut(&RTSPSessionPool) -> Continue + Send + 'static
; }

Required Methods

Implementors