lock_order

Type Alias OwnedTupleWrapper

Source
pub type OwnedTupleWrapper<A, B> = OwnedWrapper<TupleWrapper<A, B>>;
Expand description

A convenient alias for a TupleWrapper inside an OwnedWrapper.

Aliased Typeยง

struct OwnedTupleWrapper<A, B>(/* private fields */);