pub fn parse_key<'a>( prefix: &str, instance: &str, k: &'a str, ) -> Option<(&'a str, &'a str)>
Split a key produced by key back into (kind, id) for the given prefix/instance; None for a foreign key.
key
(kind, id)
None