Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

Rust API

Rust documentation

server.Server.grant_access

Rust
  • Python Unavailable
  • TypeScript Unavailable
  • Rust
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
server
Declared in
Server
Package
libtmux
Source
crates/libtmux/src/server.rs
grant_access ( self , user : &str , mode : AccessMode ) → Result<(), Error>
method [source]
method [source]
grant_access

Let a user attach to this server.

Errors

Returns Error::UnsupportedCapability below tmux 3.3, and an error when tmux refuses -- which it does for the user who owns the server.

0 declared, 0 inherited

Esc

Type to search.