[][src]Trait basws_server::prelude::Identifiable

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

Associated Types

type Id: Copy + Hash + Eq + Send + Sync[src]

Loading content...

Required methods

pub fn id(&self) -> Self::Id[src]

Loading content...

Implementors

Loading content...