On this page
options.OptionValue.decode
- Module
- options
- Declared in
- OptionValue
- Package
- libtmux
- Source
- crates/libtmux/src/options.rs
-
Decode a stored value according to an option's declared kind.
A value that does not match its declared kind stays
OptionValue::Textrather than being discarded, because tmux stored it and the caller may still want it.
0 declared, 0 inherited