Singular

Trait Singular 

Source
pub trait Singular:
    Send
    + Sync
    + FetchBytes {
    // Required method
    fn hash(&self) -> Hash;
}

Required Methods§

Source

fn hash(&self) -> Hash

Implementors§

Source§

impl Singular for RawPointInner

Source§

impl<T> Singular for Point<T>

Source§

impl<T, Extra: 'static + Send + Sync> Singular for RawPoint<T, Extra>