[−][src]Trait swim_codec::base64::EncodeBase64
Required methods
fn encode_base64_output<O>(
&self,
output: O,
alphabet: Base64Alphabet
) -> Result<O::Out, O::Err> where
O: Output<Token = char>,
&self,
output: O,
alphabet: Base64Alphabet
) -> Result<O::Out, O::Err> where
O: Output<Token = char>,
Provided methods
fn encode_base64<I, O>(&self, output: I) -> O::Out where
I: IntoOutput<IntoOut = O>,
O: Output<Token = char>,
O::Err: Debug,
I: IntoOutput<IntoOut = O>,
O: Output<Token = char>,
O::Err: Debug,