fn parse_id(s: &str) -> Result<GlobalId>Expand description
Parse a global id argument: a bare u64 (e.g. 1001) is the user namespace,
matching mz_repr::GlobalId’s Display/FromStr prefixes (s/si/u/t)
for the other namespaces, e.g. t7 is GlobalId::Transient(7).