pub trait ProxyArg<O>: TopEncodeMulti { }
Expand description
Trait that is automatically implemented for all types that are allowed as proxy inputs.
Is automatically implemented for all traits that are TypeAbiInto<O> + TopEncodeMulti
.
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.