Skip to main content

BoxedKeystore

Type Alias BoxedKeystore 

Source
pub(crate) type BoxedKeystore = Box<dyn Keystore>;
Expand description

A boxed Keystore.

Aliased Typeยง

pub(crate) struct BoxedKeystore(/* private fields */);