Expand description
Wrapper type to check Send
only on construction, so rustc
isn’t confused.
For more context, please refer to the documentation of always_send::AlwaysSend
.
Structs§
- Always
Send - Transparent wrapper type around some
Send
contents.
Traits§
- Future
Ext - Convenience extension trait for easy construction
of the
AlwaysSend
wrapper for futures in method chains. - Stream
Ext stream
- Convenience extension trait for easy construction
of the
AlwaysSend
wrapper for streams in method chains.