pub trait InnerAsRefMut {
    fn json_value_as_mut(v: &mut JsonValue) -> Option<&mut Self>;
}
Expand description

Trait to access to inner value of JsonValue as mutable reference.

This is a mutable version of InnerAsRef.

Required Methods§

Implementations on Foreign Types§

Implementors§