Reword prelude for AsyncFn stabilization
This commit is contained in:
@@ -33,8 +33,9 @@
|
|||||||
//!
|
//!
|
||||||
//! * <code>[std::marker]::{[Copy], [Send], [Sized], [Sync], [Unpin]}</code>,
|
//! * <code>[std::marker]::{[Copy], [Send], [Sized], [Sync], [Unpin]}</code>,
|
||||||
//! marker traits that indicate fundamental properties of types.
|
//! marker traits that indicate fundamental properties of types.
|
||||||
//! * <code>[std::ops]::{[Drop], [Fn], [FnMut], [FnOnce]}</code>, various
|
//! * <code>[std::ops]::{[Fn], [FnMut], [FnOnce]}</code>, and their analogous
|
||||||
//! operations for both destructors and overloading `()`.
|
//! async traits, <code>[std::ops]::{[AsyncFn], [AsyncFnMut], [AsyncFnOnce]}</code>.
|
||||||
|
//! * <code>[std::ops]::[Drop]</code>, for implementing destructors.
|
||||||
//! * <code>[std::mem]::[drop]</code>, a convenience function for explicitly
|
//! * <code>[std::mem]::[drop]</code>, a convenience function for explicitly
|
||||||
//! dropping a value.
|
//! dropping a value.
|
||||||
//! * <code>[std::mem]::{[size_of], [size_of_val]}</code>, to get the size of
|
//! * <code>[std::mem]::{[size_of], [size_of_val]}</code>, to get the size of
|
||||||
|
|||||||
Reference in New Issue
Block a user