Type Alias syn_solidity::FieldList

source ·
pub type FieldList = Parameters<Semi>;
Expand description

A list of semicolon-separated VariableDeclarations.

Aliased Type§

struct FieldList(/* private fields */);

Trait Implementations§

source§

impl Default for &FieldList

source§

fn default() -> Self

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

impl Display for FieldList

source§

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

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

impl Parse for FieldList

Struct: enforce semicolon after each field and field name.

source§

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