syn_solidity

Type Alias ParameterList

Source
pub type ParameterList = Parameters<Comma>;
Expand description

Aliased Type§

struct ParameterList(/* private fields */);

Trait Implementations§

Source§

impl Default for &ParameterList

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Display for ParameterList

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Parse for ParameterList

Parameter list

Source§

fn parse(input: ParseStream<'_>) -> Result<Self>

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 16 bytes