Trait SystemProxyPacService
pub trait SystemProxyPacService: Service<Uri>{ }Available on crate feature
net only.Expand description
Supplies a resolver for a system-configured PAC URI.
The blanket implementation accepts any factory and resolver errors that
convert into BoxError. The resolver output remains concrete so
implementations can choose their own caching and sharing strategy.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".