pub trait WebContextExtManual {
    fn set_network_proxy_settings(
        &self,
        proxy_mode: NetworkProxyMode,
        proxy_settings: Option<&mut NetworkProxySettings>
    ); }

Required Methods

Available on crate feature v2_16 only.

Implementors