pub trait NoTick: Sealed { }Expand description
Marker trait for locations that are not inside a Tick clock domain.
This trait is implemented by top-level locations such as Process and Cluster,
as well as Atomic. It is used to constrain APIs that should only be called
outside of a tick context (e.g., creating a new tick or sourcing external data).