Skip to main content

JoinIdentifiable

Trait JoinIdentifiable 

Source
pub trait JoinIdentifiable {
    type Key: PartialEq;

    // Required method
    fn join_key(&self) -> Self::Key;
}

Required Associated Types§

Required Methods§

Source

fn join_key(&self) -> Self::Key

Implementors§