pub trait DestructureFields: drop_with_owned_fields_annotation {
type DestructuredFields;
// Required method
fn destructure_fields_disabling_extra_drop(self) -> Self::DestructuredFields;
}
pub trait DestructureFields: drop_with_owned_fields_annotation {
type DestructuredFields;
// Required method
fn destructure_fields_disabling_extra_drop(self) -> Self::DestructuredFields;
}