pub trait SecureWalletFile {
// Required methods
fn path(&self) -> &WalletPath;
fn pwd(&self) -> &[u8] ⓘ;
}Expand description
Provides access to a secure wallet file
Required Methods§
Sourcefn path(&self) -> &WalletPath
fn path(&self) -> &WalletPath
Returns the path