InferDrop
Helper to have the same interface as DropWith
while inferring the Drop
implementation.
Fully qualified path: core::internal::InferDrop
#[derive(Drop)]
pub struct InferDrop<T> {
pub value: T,
}
Members
value
Fully qualified path: core::internal::InferDrop::value
pub value: T