[][src]Module cute_async::adaptors

Future adaptors to transform some builtin types into Future

Structs

OptionFut

Wrapper over Option that implements Future

ResultFut

Wrapper over Result that implements Future