pub trait NostrToBech32 {
type Err;
// Required method
fn to_bech32(&self) -> Result<String, Self::Err>;
}Required Associated Types§
Required Methods§
Implementors§
Source§impl ToBech32 for Nip05Profile
Available on crate features std and nip05 only.
impl ToBech32 for Nip05Profile
Available on crate features
std and nip05 only.