pub trait HalApi:
Api
+ 'static
+ WasmNotSendSync {
const VARIANT: Backend;
}
Required Associated Constants§
Object Safety§
This trait is not object safe.
pub trait HalApi:
Api
+ 'static
+ WasmNotSendSync {
const VARIANT: Backend;
}