Struct jamsocket_stdio::StdioProcessService [−][src]
pub struct StdioProcessService { /* fields omitted */ }
Trait Implementations
Called each time a client disconnects from the service, unless that disconnection will cause the service to be destroyed. Read more
Called each time a client sends a text message to the service.
Called each time a client sends a binary message to the service.
Called when JamsocketContext::set_timer has been called on this service’s context, after the provided duration. Read more