On this page
server.Server.require_generation
- Module
- server
- Declared in
- Server
- Package
- libtmux
- Source
- crates/libtmux/src/server.rs
- require_generation ( self , expected : ServerGeneration ) Result<(), Error>
-
Fail unless the daemon answering is still the one that was captured.
Errors
Returns
Error::ServerGenerationChangedwhen a different daemon now holds this endpoint, or a transport error when tmux cannot be reached.
0 declared, 0 inherited