Skip to main content

SystemProxyPacService

Trait SystemProxyPacService 

pub trait SystemProxyPacService: Service<Uri>
where Self::Error: Into<Box<dyn Error + Sync + Send>>, Self::Output: SystemProxyPacResolver,
{ }
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".

Implementors§