pub fn field_signature(
    field: &FieldDef<'_>,
    scx: &SaveContext<'_>
) -> Option<Signature>
Expand description

Signature for a struct or tuple field declaration. Does not include a trailing comma.