pub trait PowerToOwned { type Owned; // Required method fn O(&self) -> Self::Owned; }
Power ToOwned.
ToOwned