pub trait RawWrapper { type Item; }
A RawWrapper is the base trait defining all so-called “wrapper” types.
RawWrapper