Function cow

Source
pub fn cow<T: Clone>(item: T) -> Cow<'static, T>
Expand description

Construct a Cow.