Expand description
Utilities.
Contains everything which doesn’t has a better place to be put in.
Structs§
- Disabled
- Struct implementing
ConstSwitch
withENABLED = false
. - Enabled
- Struct implementing
ConstSwitch
withENABLED = true
.
Traits§
- Const
Switch - Trait to allow const
bool
values in generics.
Functions§
- now
- Returns the current data time.
Type Aliases§
- Send
BoxFuture - Type alias for an boxed future which is Send + ’static.