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