[][src]Trait basws_server::Identifiable

pub trait Identifiable {
    type Id: Copy + Hash + Eq + Send + Sync;
    fn id(&self) -> Self::Id;
}

Associated Types

type Id: Copy + Hash + Eq + Send + Sync

Loading content...

Required methods

fn id(&self) -> Self::Id

Loading content...

Implementors

Loading content...