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§

struct IgnoreVarArgs;