pub type Owned<B, A> = <B as ToOwnedIn<A>>::Owned;
The owned type for a collection which may be owned or borrowed.