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>