InferDestruct

Helper to have the same interface as DestructWith while inferring the Destruct implementation.

Fully qualified path: core::internal::InferDestruct

#[derive(Destruct)]
pub struct InferDestruct<T> {
    pub value: T,
}

Members

value

Fully qualified path: core::internal::InferDestruct::value

pub value: T