Skip to main content

extract_hints

Function extract_hints 

Source
pub fn extract_hints(value: &mut Value) -> Map<String, Value>
Expand description

Extracts and removes all __-prefixed hint keys from a Value::Object. Returns the hints as a separate map. Non-object values return empty hints.