pub fn declared_from_admin_entry(
key: &str,
value: &Value,
) -> Option<DeclaredEntity>Expand description
Parse one admin entry (@/<zid>/<whatami>/<kind>/<keyexpr...>) into a
declared entity. Pure; unknown shapes yield None (the admin space is
version-dependent surface — tolerate, never fail).