Function find

Source
pub fn find<'o>(
    value: &'o dyn ValueView,
    path: &[ScalarCow<'_>],
) -> Result<ValueCow<'o>>
Expand description

Find a ValueView nested in an ObjectView