// Take a look at the license at the top of the repository in the LICENSE file.
useglib::subclass::prelude::*;usesuper::prelude::*;usecrate::RTSPOnvifClient;pubtraitRTSPOnvifClientImpl: RTSPClientImpl + Send + Sync {}unsafeimpl<T: RTSPOnvifClientImpl>IsSubclassable<T>forRTSPOnvifClient{}