Type Alias ArgsList

Source
pub type ArgsList<Head, Rest, Abi> = ArgumentList<Argument<Head>, Rest, Abi>;
Expand description

Minor simplification of an argument list with a head and rest.

Aliased Typeยง

struct ArgsList<Head, Rest, Abi> { /* private fields */ }