ServerState
dstar_
gateway_
core
0.1.0
Server
State
Implementors
In dstar_
gateway_
core::
session::
server
dstar_gateway_core
::
session
::
server
Trait
Server
State
Copy item path
Source
pub trait ServerState: Sealed + 'static { }
Expand description
Sealed marker for server-side session states.
Implementors
§
Source
§
impl
ServerState
for
Closed
Source
§
impl
ServerState
for
Link1Received
Source
§
impl
ServerState
for
Linked
Source
§
impl
ServerState
for
Streaming
Source
§
impl
ServerState
for
Unknown
Source
§
impl
ServerState
for
Unlinking