Type Alias syn_solidity::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>