pub trait InnerUser { type Inner; }
Types which use another type for initialization.
Generally it’s used indirectly via InnerInit or InnerIvInit.
InnerInit
InnerIvInit
Inner type.