Owned

Type Alias Owned 

Source
pub type Owned<T> = <<T as BorrowAsIs>::Is as ToOwned>::Owned;
Expand description

The owned type associated through BorrowAsIs and ToOwned.