Trait bech32::Base32Len [−][src]
pub trait Base32Len: ToBase32 { fn base32_len(&self) -> usize; }
Interface to calculate the length of the base32 representation before actually serializing
Required methods
fn base32_len(&self) -> usize
[src]
Calculate the base32 serialized length