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.

Required Associated Types§

source

type Inner

Inner type.

Implementors§