Expand description
§Sink Support
This module provides support for attaching futures Sink
’s to your
services to handle sending messages easily
Use ServiceContext::attach_sink
to attach a sink to your service
Structs§
- Sink
Link - Dedicated link type for sinks.