Trait Alias enso_prelude::IntoOwned[][src]

trait IntoOwned = AsOwned + Into<Owned<Self>>;
Expand description

Converts type to its owned version.