Module util

Source

Modules§

time

Structs§

DebugFormatter
Implements Debug using the provided closure.
SendPointer
A type that allows us to make a pointer Send since there is no way to add this traits to the pointer itself.
SyncSendPointer
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§

NoTypeInference
A trait to prevent type inference during function calls.