pub trait RTSPAuthImplExt: RTSPAuthImpl {
// Provided methods
fn parent_authenticate(&self, ctx: &RTSPContext) -> bool { ... }
fn parent_check(&self, ctx: &RTSPContext, check: &GString) -> bool { ... }
fn parent_generate_authenticate_header(&self, ctx: &RTSPContext) { ... }
}
Provided Methods§
fn parent_authenticate(&self, ctx: &RTSPContext) -> bool
fn parent_check(&self, ctx: &RTSPContext, check: &GString) -> bool
fn parent_generate_authenticate_header(&self, ctx: &RTSPContext)
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.