Trait InnerUser

pub trait InnerUser

Types which use another type for initialization.

Generally it's used indirectly via InnerInit or InnerIvInit.

Associated Types

type Inner;

Inner type.