pub trait TraitWhere {
    type Item<'a>
    where
        Self: 'a
; }