Trait tract_pulse::internal::SloppyHash[]

pub trait SloppyHash {
    pub fn sloppy_hash<S>(&self, state: &mut S)
    where
        S: Hasher
; }

Required methods

pub fn sloppy_hash<S>(&self, state: &mut S) where
    S: Hasher

Loading content...

Implementations on Foreign Types

impl SloppyHash for i32

impl SloppyHash for i64

impl SloppyHash for i8

impl SloppyHash for u64

impl SloppyHash for u16

impl SloppyHash for f32

impl SloppyHash for u8

impl SloppyHash for bool

impl SloppyHash for u32

impl SloppyHash for f64

impl SloppyHash for i16

Loading content...

Implementors

impl SloppyHash for f16

impl SloppyHash for String

Loading content...