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§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".