pub fn is_valid_ident(token: &str) -> boolExpand description
Determines whether the provided token is a valid hyperactor identifier.
Valid hyperactor identifiers are Rust identifier, excluding raw identifiers. Additionally, we allow double colon (“::”) to appear anywhere.