error.Error.RuntimeNested
Rust
- Python Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- error
- Declared in
- Error
- Package
- libtmux
- Source
- crates/libtmux/src/error.rs
-
A blocking runtime was driven from inside another runtime.
A runtime cannot be driven from within one, so
crate::blocking::Runtime::runpanics here.crate::blocking::Runtime::try_runreturns this instead, for callers who would rather handle it: await the future directly.
0 declared, 0 inherited