Skip to main contentModule wasm_compat
Source - Elapsed
- Error returned by
timeout when the future does not complete in time.
- WasmCompatSendNot (
target_os=unknown and WebAssembly) Send on native targets, a no-op marker on browser wasm.- WasmCompatSendStreamNot (
target_os=unknown and WebAssembly) - Streaming response bound that includes
Send on native targets. - WasmCompatSyncNot (
target_os=unknown and WebAssembly) Sync on native targets, a no-op marker on browser wasm.
- timeout
- Await
future, returning Err(Elapsed) if it does not complete within
duration.
- WasmBoxedFutureNot (
target_os=unknown and WebAssembly) - Boxed future type that includes
Send, except on browser wasm.