parse_getter_fields

Function parse_getter_fields 

Source
pub fn parse_getter_fields(
    context_type: &Ident,
    consumer_trait: &ItemTrait,
) -> Result<Vec<GetterField>>