Expand description
Utility types.
Macros§
- batch_
boxed - Batches API calls in different concrete futures.
- batch_
boxed_ async - The async version of
batch_boxed
.
Structs§
Enums§
- Axis
- A horizontal or vertical axis.
Traits§
- Batch
- Methods for batch sending API requests to the compositor.
Functions§
- batch
- Batches a set of requests that will be sent to the compositor all at once.
- batch_
async - The async version of
batch
.