pub fn class_member_visibility(
node: &SyntaxNode,
root: &SyntaxNode,
) -> MemberVisibilityExpand description
Visibility of a class member from the preceding modifier. Public by default when no modifier. The modifier that applies is the last visibility keyword before this member that is not “consumed” by another member (i.e. no other member’s range contains that keyword).