pub struct IntrospectItemSimple<'a> { /* fields omitted */ }Expand description
Standard child for Introspect trait. Simply owned key string and reference to dyn Introspect
Should return a descriptive string for the given child. For structures,
this would be the field name, for instance. Read more
The introspectable value of the child.
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.
impl<V, T> VZip<V> for T where
V: MultiLane<T>,