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

Rust API

Rust documentation

server.Server.identity

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

Return the captured structural endpoint identity.

Examples

let server = libtmux::Server::builder()
.socket_path("/tmp/libtmux-rs-test/identity-example.sock")
.build()?;
assert_eq!(server.identity(), server.identity());

0 declared, 0 inherited

Esc

Type to search.