[][src]Trait secret_keeper::util::ToBech32

pub trait ToBech32 {
    fn to_bech32(&self) -> String;
fn fmt(&self, f: &mut Formatter) -> Result; }

Types convertible to bech32-encoded string

Required methods

fn to_bech32(&self) -> String

fn fmt(&self, f: &mut Formatter) -> Result

Loading content...

Implementations on Foreign Types

impl ToBech32 for Vec<u8>[src]

impl ToBech32 for Bytes[src]

impl<'_> ToBech32 for &'_ [u8][src]

Loading content...

Implementors

Loading content...