pub type EmptyArgumentList = ArgumentList<ArgumentListEnd, ArgumentListEnd>;
Expand description

An empty argument list.

Implementations

Creates a new empty argument list.

Pushes the first argument to the empty argument list.

Trait Implementations

If possible give a hint of expected size of the encoding. Read more

Convert self to a slice and append it to the destination.

Convert self to an owned vector.

Convert self to a slice and then invoke the given closure with it.

Calculates the encoded size. Read more