Trait bech32::WriteBase32 [−][src]
pub trait WriteBase32 { type Err: Debug; fn write_u5(&mut self, data: u5) -> Result<(), Self::Err>; fn write(&mut self, data: &[u5]) -> Result<(), Self::Err> { ... } }
Interface to write u5
s into a sink
Associated Types
Loading content...Required methods
Loading content...Provided methods
Loading content...Implementations on Foreign Types
impl WriteBase32 for Vec<u5>
[src]
impl WriteBase32 for Vec<u5>
[src]Implementors
impl<'a> WriteBase32 for Bech32Writer<'a>
[src]
impl<'a> WriteBase32 for Bech32Writer<'a>
[src]