pub const GROUP_PREFIX: &str = "+";Expand description
Sigil that marks a group principal in an AclMap key.
A group key has the form +<handle>.<path> where <handle> is the owning
identity’s handle and <path> is a dot-separated path of arbitrary depth
into that handle’s group tree (e.g. +alice.project4.admins).