Trait DestructureFields

Source
pub trait DestructureFields: drop_with_owned_fields_annotation {
    type DestructuredFields;

    // Required method
    fn destructure_fields_disabling_extra_drop(self) -> Self::DestructuredFields;
}

Required Associated Types§

Required Methods§

Implementors§