Function new_member_access

Source
pub fn new_member_access<L, R>(
    lhs: L,
    rhs: R,
) -> Result<MemberAccessNode, AstNodeError>
where L: Into<ExprKind>, R: Into<ExprKind>,
Expand description

Creates a new member access node.