Expand description
Module accept
provides utilities for asynchronously processing and modifying IO streams and services.
The primary trait exposed by this module is Accept
, which allows for asynchronous transformations
of input streams and services. The module also provides a default implementation, DefaultAcceptor
,
that performs no modifications and directly passes through the input stream and service.
Structs§
- Default
Acceptor - A default implementation of the
Accept
trait that performs no modifications.
Traits§
- Accept
- An asynchronous trait for processing and modifying IO streams and services.