pub trait HasMeta { // Required method fn meta(&self) -> Option<HashMap<String, Value>>; }
Returns an owned JSON‐object map of this value.