Type Definition crystalorb::network_resource::ConnectionHandleType[][src]

type ConnectionHandleType = usize;
Expand description

Used for identifying each connection. Note that this is how the Server determines the client_id for each client, so they should be unique among all clients that is or has once connected during the server’s uptime.