logo
pub trait InnerUser {
    type Inner;
}
Expand description

Types which use another type for initialization.

Generally it’s used indirectly via InnerInit or InnerIvInit.

Associated Types

Inner type.

Implementors