pub fn parse_selector(selector: &Value) -> Option<Selector>Expand description
Parse a selector from wire protocol JSON.
Delegates to Selector::from_wire.
pub fn parse_selector(selector: &Value) -> Option<Selector>Parse a selector from wire protocol JSON.
Delegates to Selector::from_wire.