Function ethers::types::transaction::eip712::parse_fields[][src]

pub fn parse_fields(
    ast: &DeriveInput
) -> Result<Vec<(String, ParamType), Global>, TokenStream>
Expand description

Return HashMap of the field name and the field type;