Trait askar_crypto::buffer::WriteBuffer[][src]

pub trait WriteBuffer: Debug {
    fn buffer_write(&mut self, data: &[u8]) -> Result<(), Error>;
}
Expand description

Support for writing to a byte buffer

Required methods

Append a slice to the buffer

Implementations on Foreign Types

Implementors