pub trait DataIntoCowAPI<'a>where
Self: DataAPI,{
// Required method
fn into_cow(self) -> DataCow<'a, Self::Data>;
}pub trait DataIntoCowAPI<'a>where
Self: DataAPI,{
// Required method
fn into_cow(self) -> DataCow<'a, Self::Data>;
}