DestructuredFieldsOf

Type Alias DestructuredFieldsOf 

Source
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.