Expand description
Traitsยง
- FutureSSS
- A marker which identifies a
Future
(but not necessarily its output) asSend
,Sync
, and'static
. - SSS
- A marker which identifies a type as
Send
,Sync
, and'static
. This trait is automatically implemented for any types which fulfill these requirements, and it is intended to be used as a shorthand for writing out each bound. For example: