pub type IgnoreVarArgs = IgnoreValue;๐Deprecated since 0.29.0:
Alias kept for backwards compatibility. Replace with IgnoreValue
Expand description
Structure that allows taking a variable number of arguments, but does nothing with them, not even deserialization.
Aliased Typeยง
pub struct IgnoreVarArgs;