Trait collections::borrow::IntoCow
[−]
[src]
pub trait IntoCow<'a, B: ?Sized> where B: ToOwned {
fn into_cow(self) -> Cow<'a, B>;
}
Trait for moving into a Cow
.
pub trait IntoCow<'a, B: ?Sized> where B: ToOwned {
fn into_cow(self) -> Cow<'a, B>;
}
Trait for moving into a Cow
.