Structs

This struct represents an endpoint for message of type M.

Traits

This trait should be implemented by an object of your application that can handle a message of type M, in the cases where it doesn’t care about attached stream in the request nor in the response.
This trait should be implemented by an object of your application that can handle a message of type M, if it wishes to handle streams attached to the request and/or to send back streams attached to the response..