Type Alias Owned

Source
pub type Owned<B, A> = <B as ToOwnedIn<A>>::Owned;
Expand description

The owned type for a collection which may be owned or borrowed.