pub trait IntoValue { }Available on
docsrs and crate feature client-proxy and crate feature client only.Expand description
A type that can used as a Builder value.
Private and sealed, only visible in docs.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".