Modulesยง
- if_
alloc ๐
Structsยง
- Future
Obj - A custom trait object for polling futures, roughly akin to
Box<dyn Future<Output = T> + Send + 'a>
. - Local
Future Obj - A custom trait object for polling futures, roughly akin to
Box<dyn Future<Output = T> + 'a>
.
Traitsยง
- Unsafe
Future Obj - A custom implementation of a future trait object for
FutureObj
, providing a vtable with drop support.
Functionsยง
- remove_
drop_ ๐ โlifetime - remove_
future_ ๐ โlifetime