ClientState
dstar_
gateway_
core
0.1.0
Client
State
Implementors
In dstar_
gateway_
core::
session::
client
dstar_gateway_core
::
session
::
client
Trait
Client
State
Copy item path
Source
pub trait ClientState: Sealed + 'static { }
Expand description
Sealed marker for client connection states.
Implementors
§
Source
§
impl
ClientState
for
Authenticated
Source
§
impl
ClientState
for
Closed
Source
§
impl
ClientState
for
Configured
Source
§
impl
ClientState
for
Connected
Source
§
impl
ClientState
for
Connecting
Source
§
impl
ClientState
for
Disconnecting