Expand description

Allows access to helper types needed to implement Borrow.

Structs

Helper struct allowing GAT-like behavior in stable.

Helper struct allowing GAT-like behavior in stable.

Helper struct allowing GAT-like behavior in stable.

Helper struct allowing GAT-like behavior in stable.

NonSendthread_local

Type used to access !Send storages.

NonSendSyncthread_local

Type used to access !Send + !Sync storages.

NonSyncthread_local

Type used to access !Sync storages.

Helper struct allowing GAT-like behavior in stable.

Helper struct allowing GAT-like behavior in stable.

Helper struct allowing GAT-like behavior in stable.

Helper struct allowing GAT-like behavior in stable.

Helper struct allowing GAT-like behavior in stable.

Enums

Describes if a storage is borrowed exclusively or not.
It is used to display workloads’ borrowing information.

Traits

Allows a type to be borrowed by AllStorages::borrow and AllStorages::run.

Allows a type to be borrowed by World::borrow, World::run and workloads.

Explains to a workload which storage are borrowed by a system.

Transforms a view into a helper type. This allows workloads to have the current syntax.