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

Rust API

Rust documentation

server.Server.tmux_executable

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
tmux_executable ( self ) → &OsStr
method [source]
method [source]
tmux_executable

Return the captured tmux executable value.

Examples

let server = libtmux::Server::builder().tmux_executable("tmux").build()?;
assert_eq!(server.tmux_executable(), std::ffi::OsStr::new("tmux"));

0 declared, 0 inherited

Esc

Type to search.