pub fn assert_host(
adapter: &BoxTargetAdapter,
os: &str,
arch: &str,
) -> Result<()>Expand description
The host check with the host injected, so every target can be exercised on one machine.
ยงErrors
When the supplied host is not the one the adapter requires.