pub trait RequestAdapterFuture:
Future<Output = Option<DispatchAdapter>>
+ WasmNotSend
+ 'static { }
Available on
custom
only.pub trait RequestAdapterFuture:
Future<Output = Option<DispatchAdapter>>
+ WasmNotSend
+ 'static { }
custom
only.