Type Alias multiversx_sc::types::IgnoreVarArgs
source · pub type IgnoreVarArgs = IgnoreValue;👎Deprecated since 0.29.0: Alias kept for backwards compatibility. Replace with
IgnoreValueExpand description
Structure that allows taking a variable number of arguments, but does nothing with them, not even deserialization.
Aliased Type§
struct IgnoreVarArgs;