[][src]Trait secret_keeper::util::FromBech32

pub trait FromBech32 {
    fn from_bech32(&self) -> Result<Vec<u8>, Error>;
}

Bech32-encoded String that can be decoded into Vector

Required methods

fn from_bech32(&self) -> Result<Vec<u8>, Error>

Loading content...

Implementations on Foreign Types

impl<'_> FromBech32 for &'_ String[src]

impl FromBech32 for String[src]

Loading content...

Implementors

Loading content...