Modules§
Structs§
- Debug
Formatter - Implements
Debug
using the provided closure. - Send
Pointer - A type that allows us to make a pointer Send since there is no way to add this traits to the pointer itself.
- Sync
Send Pointer - A type that allows us to make a pointer Send + Sync since there is no way to add these traits to the pointer itself.
Traits§
- NoType
Inference - A trait to prevent type inference during function calls.