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

Signature


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

Members

value

Signature

pub value: T