Trait nostr_sdk::nips::nip19::FromBech32
source · pub trait FromBech32: Sized {
type Err;
// Required method
fn from_bech32<S>(s: S) -> Result<Self, Self::Err>
where S: Into<String>;
}
pub trait FromBech32: Sized {
type Err;
// Required method
fn from_bech32<S>(s: S) -> Result<Self, Self::Err>
where S: Into<String>;
}