Searched defs:PinnedDropTupleStruct (Results 1 – 1 of 1) sorted by relevance
63 pub struct PinnedDropTupleStruct<T, U>(#[pin] pub T, pub U); struct66 impl<T, U> PinnedDrop for PinnedDropTupleStruct<T, U> { implementation