pub type DestructuredFieldsOf<T: ?Sized + DestructureFields> = T::Fields;
Expand description
Convenience alias to easily refer to “the FooඞFields
”, even when this type is
“private”/sealed.
See the main crate
docs for more info.
pub type DestructuredFieldsOf<T: ?Sized + DestructureFields> = T::Fields;
Convenience alias to easily refer to “the FooඞFields
”, even when this type is
“private”/sealed.
See the main crate
docs for more info.