Skip to main content

TopLevel

Trait TopLevel 

Source
pub trait TopLevel<'a>: Location<'a> { }
Expand description

A top-level location (i.e. a Process or Cluster) that is outside a tick / atomic region.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<'a, C, Con: Consistency> TopLevel<'a> for Cluster<'a, C, Con>

Source§

impl<'a, P> TopLevel<'a> for Process<'a, P>