// Take a look at the license at the top of the repository in the LICENSE file.
useglib::subclass::prelude::*;usesuper::prelude::*;usecrate::RTSPOnvifServer;pubtraitRTSPOnvifServerImpl: RTSPServerImpl + Send + Sync {}unsafeimpl<T: RTSPOnvifServerImpl>IsSubclassable<T>forRTSPOnvifServer{}