Struct jsonpath_lib::SelectorMut [−][src]
pub struct SelectorMut { /* fields omitted */ }Implementations
pub fn replace_with<F: FnMut(Value) -> Option<Value>>(
&mut self,
fun: &mut F
) -> Result<&mut Self, JsonPathError>
Trait Implementations
Returns the “default value” for a type. Read more
