pub type NestedView<D, T = InstancePath> = <D as HasNestedView<T>>::NestedView;Expand description
The associated nested view of an object.
pub type NestedView<D, T = InstancePath> = <D as HasNestedView<T>>::NestedView;The associated nested view of an object.