Skip to main content

Module channel

Module channel 

Available on crate features http and std only.
Expand description

A body backed by a channel.

Structs§

Channel
A body backed by a channel.
SendError
The error returned if Sender fails to send because the receiver is closed.
Sender
A sender half created through Channel::new.