Module io_ext

Source

Structs§

AsyncWrapper
Simple wrapper struct to implement IntoAsync on foreign types.

Enums§

AsyncError

Traits§

IntoAsync
Marker trait signifying that the implementor is suitable for use with cros_async. Examples of this include File, and base::net::UnixSeqpacket.

Type Aliases§

AsyncResult