pub type Owned<T> = <<T as BorrowAsIs>::Is as ToOwned>::Owned;Expand description
The owned type associated through BorrowAsIs and ToOwned.
pub type Owned<T> = <<T as BorrowAsIs>::Is as ToOwned>::Owned;The owned type associated through BorrowAsIs and ToOwned.