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