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.
pub trait ReadPad { fn read_pad(&self, buf: &mut Vec<u8>) -> Result<usize>; }
A ReadPad can read to a buffer.
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).