[][src]Trait lib3h::transport_wss::IdGenerator

pub trait IdGenerator {
    fn next_id(&mut self) -> ConnectionId;
}

Required methods

fn next_id(&mut self) -> ConnectionId

Loading content...

Implementors

impl IdGenerator for ConnectionIdFactory[src]

Loading content...