Trait sha::utils::DigestExt
[-] [+]
[src]
pub trait DigestExt: Digest { fn default_len() -> usize; fn to_bytes(&mut self) -> Vec<u8> { ... } fn to_hex(&mut self) -> String { ... } }
pub trait DigestExt: Digest { fn default_len() -> usize; fn to_bytes(&mut self) -> Vec<u8> { ... } fn to_hex(&mut self) -> String { ... } }
fn default_len() -> usize
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
).