Struct fuel_tx::crypto::Hasher [−][src]
pub struct Hasher(_);
Implementations
pub fn extend_chain<B, I>(self, iter: I) -> Self where
B: AsRef<[u8]>,
I: IntoIterator<Item = B>,
Trait Implementations
Extends a collection with the contents of an iterator. Read more
🔬 This is a nightly-only experimental API. (
extend_one
)Extends a collection with exactly one element.
🔬 This is a nightly-only experimental API. (
extend_one
)Reserves capacity in a collection for the given number of additional elements. Read more
Auto Trait Implementations
impl RefUnwindSafe for Hasher
impl UnwindSafe for Hasher
Blanket Implementations
Mutably borrows from an owned value. Read more