arrange_property_comments

Function arrange_property_comments 

Source
fn arrange_property_comments(
    comments: &[Attribute],
) -> (Vec<&Attribute>, Vec<&Attribute>)
Expand description

Splits the comments for a property between the getter and setter

The return tuple is the attributes to copy over into the getter and setter respectively.