pub trait HostAccessTest: HostAccess<OpData, RegionData> { }
Expand description

Represents all methods implemented by the host.

Implementors§

§

impl<T> HostAccessTest for Twhere T: HostAccess<OpData, RegionData>,