Trait sp_core::crypto::ExposeSecret
source · [−]pub trait ExposeSecret<S> {
fn expose_secret(&self) -> &S;
}
Expand description
Trait for accessing reference to SecretString
.
Expose a reference to an inner secret
Required methods
fn expose_secret(&self) -> &S
fn expose_secret(&self) -> &S
Expose secret: this is the only method providing access to a secret.