Trait sha::utils::ReadPad [-] [+] [src]

pub trait ReadPad {
    fn read_pad(&self, buf: &mut Vec<u8>) -> Result<usize>;
}

A ReadPad can read to a buffer.

Required Methods

fn read_pad(&self, buf: &mut Vec<u8>) -> Result<usize>

Implementors