Module impl_future
playwright
0.0.23
Module impl_
future
Module Items
Modules
Structs
Traits
In playwright::
imp
playwright
::
imp
Module
impl_
future
Copy item path
Source
Modules
§
task
Types and Traits for working with asynchronous tasks.
Structs
§
Pin
A pointer which pins its pointee in place.
Traits
§
Future
A future represents an asynchronous computation, commonly obtained by use of
async
.