pub trait FromBech32DataStrwhere
    Self: Sized + FromPayload,
{ fn from_bech32_data_str(s: &str) -> Result<Self, Error> { ... } }
Expand description

Trait for reconstruction type data from data1... Bech32 string

Provided Methods§

Reconstructs type data from data1... Bech32 string

Implementors§