pub trait RTSPOnvifMediaFactoryImpl:
RTSPMediaFactoryImplExt
+ RTSPMediaFactoryImpl
+ Send
+ Sync {
// Provided method
fn has_backchannel_support(&self) -> bool { ... }
}
Provided Methods§
Object Safety§
This trait is not object safe.