Trait fastcmp::Compare [] [src]

pub trait Compare {
    fn feq(&self, to: &Self) -> bool;
}

Memory compare trait

Required Methods

Compares an &[u8] to another one

Implementors