Trait RTSPAddressPoolExtManual

Source
pub trait RTSPAddressPoolExtManual: IsA<RTSPAddressPool> + 'static {
    // Provided method
    fn reserve_address(
        &self,
        ip_address: &str,
        port: u32,
        n_ports: u32,
        ttl: u32,
    ) -> Result<RTSPAddress, RTSPAddressPoolResult> { ... }
}

Provided Methods§

Source

fn reserve_address( &self, ip_address: &str, port: u32, n_ports: u32, ttl: u32, ) -> Result<RTSPAddress, RTSPAddressPoolResult>

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.

Implementors§