pub trait SystemAccess {
    fn access(&self, world: &World) -> Vec<Access>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
    A: Allocator,
; }
Expand description

Describe an access to the world in ters of shared and unique accesses

Required Methods

Returns all the accesses for a system

Implementations on Foreign Types

Implementors