Function ref_any_by_key

Source
pub fn ref_any_by_key(
    value: &(impl TreeAny + ?Sized),
    keys: impl Keys,
) -> Result<&dyn Any, ValueError>
Expand description