Searched defs:ToOwned (Results 1 – 2 of 2) sorted by relevance
41 pub trait ToOwned { interface
854 impl<T: Clone> ToOwned for [T] { impl