loom_core_actors

Trait Accessor

Source
pub trait Accessor<T> {
    // Provided method
    fn access(&mut self, _data: SharedState<T>) -> &mut Self { ... }
}

Provided Methods§

Source

fn access(&mut self, _data: SharedState<T>) -> &mut Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§