FromBaid64Str

Trait FromBaid64Str 

Source
pub trait FromBaid64Str<const LEN: usize = 32>
where Self: DisplayBaid64<LEN> + TryFrom<[u8; LEN]>, <Self as TryFrom<[u8; LEN]>>::Error: Error,
{ // Provided method fn from_baid64_str(s: &str) -> Result<Self, Baid64ParseError> { ... } }

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§