Type Alias lock_order::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 */);