Module barter_integration::socket
source · [−]Expand description
Todo:
Modules
Structs
Todo:
Traits
ProtocolParsers are capable of parsing the input messages from a given protocol (eg WebSocket,
Financial Information eXchange, etc) and deserialising into an Output.
Transformers are capable of transforming any Input into an iterator of
Result<Output, SocketErrors.