pub enum Cow<'a, B: ?Sized + 'a> where
    B: ToOwned<dyn Clone>, 
{ Borrowed(&'a B), Whatever(u32), }