Crate always_send

Source
Expand description

crates.io github MIT / Apache 2.0 licensed

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§

AlwaysSend
Transparent wrapper type around some Send contents.

Traits§

FutureExt
Convenience extension trait for easy construction of the AlwaysSend wrapper for futures in method chains.
StreamExtstream
Convenience extension trait for easy construction of the AlwaysSend wrapper for streams in method chains.