pub trait RequestDeviceFuture:
Future<Output = Result<(DispatchDevice, DispatchQueue), RequestDeviceError>>
+ WasmNotSend
+ 'static { }
Available on
custom
only.pub trait RequestDeviceFuture:
Future<Output = Result<(DispatchDevice, DispatchQueue), RequestDeviceError>>
+ WasmNotSend
+ 'static { }
custom
only.