On this page
server.Server.grant_access
- Module
- server
- Declared in
- Server
- Package
- libtmux
- Source
- crates/libtmux/src/server.rs
- grant_access ( self , user : &str , mode : AccessMode ) Result<(), Error>
-
Let a user attach to this server.
Errors
Returns
Error::UnsupportedCapabilitybelow tmux 3.3, and an error when tmux refuses -- which it does for the user who owns the server.
0 declared, 0 inherited