Trait otter_nodejs_tests::digest::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.