wgpu
24.0.0
Request
Adapter
Future
Implementors
In wgpu::
dispatch
wgpu
::
dispatch
Trait
RequestAdapterFuture
Copy item path
source
pub trait RequestAdapterFuture:
Future
<Output =
Option
<
DispatchAdapter
>> +
WasmNotSend
+ 'static { }
Implementors
§
source
§
impl<T:
Future
<Output =
Option
<
DispatchAdapter
>> +
WasmNotSend
+ 'static>
RequestAdapterFuture
for T