Type Definition ssh_encoding::Base64Writer

source ·
pub type Base64Writer<'o> = Encoder<'o, Base64>;
Available on crate feature base64 only.
Expand description

Constant-time Base64 writer implementation.

Trait Implementations§

source§

impl Writer for Base64Writer<'_>

source§

fn write(&mut self, bytes: &[u8]) -> Result<()>

Write the given bytes to the writer.