Struct lockchain_core::crypto::keystore::KeyStore [−][src]
pub struct KeyStore { /* fields omitted */ }Methods
impl KeyStore[src]
impl KeyStoreTrait Implementations
impl AutoEncoder for KeyStore[src]
impl AutoEncoder for KeyStorefn encode(&self) -> Result<String, SerdeError>[src]
fn encode(&self) -> Result<String, SerdeError>fn decode(s: &str) -> Result<Self, SerdeError>[src]
fn decode(s: &str) -> Result<Self, SerdeError>impl From<MetaDomain> for KeyStore[src]
impl From<MetaDomain> for KeyStorefn from(d: MetaDomain) -> Self[src]
fn from(d: MetaDomain) -> SelfPerforms the conversion.
impl From<KeyStore> for MetaDomain[src]
impl From<KeyStore> for MetaDomain