On this page
version.TmuxVersion.behavior_release
- Module
- version
- Declared in
- TmuxVersion
- Package
- libtmux
- Source
- crates/libtmux/src/version.rs
- behavior_release ( self ) Option<ReleaseVersion>
-
Return the release whose in-tree behavior this version carries.
A numbered release returns itself. A
next-X.Yidentifier returnsX.Y, because its tree already contains the changes being developed for that release.masterreturnsNonebecause it names no release.Unlike
TmuxVersion::meets, this does not clamp development identifiers to the crate's minimum supported release. It answers "which tmux source is running", not "may this version be relied on", so it suits behavior windows that both open and close at known releases.
0 declared, 0 inherited