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

Represents all methods implemented by the host.

Object Safety§

This trait is not object safe.

Implementors§

§

impl<T> HostAccessTest for T
where T: HostAccess<OpData>,