Structs

  • Generator struct contains only one field which it’s an unbounded receiver from unounded channel from tokio crate
  • The other half for a Generator. It contains an only one field which it’s an unbounded sender from a unbounded channel from tokio crate
  • It knows how to process all the stream messages for client streams, server streams and bidirectional streams.

Enums