pub type OwnedTupleWrapper<A, B> = OwnedWrapper<TupleWrapper<A, B>>;Expand description
A convenient alias for a TupleWrapper inside an OwnedWrapper.
Aliased Typeยง
pub struct OwnedTupleWrapper<A, B>(/* private fields */);pub type OwnedTupleWrapper<A, B> = OwnedWrapper<TupleWrapper<A, B>>;A convenient alias for a TupleWrapper inside an OwnedWrapper.
pub struct OwnedTupleWrapper<A, B>(/* private fields */);