pub trait IntoOwned<Owned> {
    fn into_owned(self) -> Owned;
}

Required Methods

Implementations on Foreign Types

Implementors