Crate tcp_console

Crate tcp_console 

Source

Structs§

Builder
A builder for Console.
Client
Client for [Console].
Console
A TCP console to process both strongly typed and free form messages. Free form messages are sent to all known subscriptions in random order until the first success.

Enums§

Error

Traits§

Subscription
Trait describing how incoming messages on [Console] must be handled.

Type Aliases§

SubscriptionError
Convenience type to abstract away concrete implementations of Subscription errors.