[][src]Trait dync::HasPartialEq

pub trait HasPartialEq {
    fn eq_fn(&self) -> &unsafe fn(_: &[u8], _: &[u8]) -> bool;
}

Required methods

fn eq_fn(&self) -> &unsafe fn(_: &[u8], _: &[u8]) -> bool

Loading content...

Implementations on Foreign Types

impl<V: HasPartialEq> HasPartialEq for (DropFn, V)[src]

Loading content...

Implementors

Loading content...