Helper to have the same interface as DropWith while inferring the Drop implementation.

Signature


#[derive(Drop)]
pub struct InferDrop {
    pub value: T,
}

Members

value

Signature

pub value: T