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