Structsยง
- Call
Error - The call failed before it could return a value. This should not happen unless
the thread panics, which can only happen if the function passed to
run_in_thread
panics. - Call
Request ๐ - Thread
Bound Runner - A runner that takes a non-
Send
, non-Sync
state and makes itSend + Sync
compatible.
Type Aliasesยง
- Call
Function ๐