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 */);

Trait Implementations

Source§

impl<T> Deref for OwnedWrapper<T>

Source§

type Target = T

The resulting type after dereferencing.
Source§

fn deref(&self) -> &Self::Target

Dereferences the value.