error.ObjectKind
Rust
- Python Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- error
- Package
- libtmux
- Source
- crates/libtmux/src/error.rs
-
The kind of tmux object a failure refers to.
Examples
use libtmux::ObjectKind;// Carried by `Error::ObjectGone` so a caller can say what disappeared// without parsing the message.assert_eq!(ObjectKind::Pane.to_string(), "pane");
4 declared, 0 inherited