pub type LairEntry = Arc<LairEntryInner>;
Expand description

An actual LairEntry. Unlike LairEntryInfo, this type contains the actual secrets associated with the keystore entry.

Aliased Type§

struct LairEntry { /* private fields */ }