pub trait HostAccess<O: OpRegion<D>, D: RegionDataConstraints = RegionData>: AccessOpStore<O, D> + AccessPeerStore { }
Expand description

Represents all methods implemented by the host.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T, O: OpRegion<D>, D: RegionDataConstraints> HostAccess<O, D> for T
where T: AccessOpStore<O, D> + AccessPeerStore,