Docs.rs
flux-tui-0.5.0
flux-tui 0.5.0
Permalink
Docs.rs crate page
MPL-2.0
11 August 2026
Links
Repository
crates.io
Source
Owners
lunyav
Dependencies
arrayvec-const ^0.7.7
normal
as-any =0.3.2
normal
bitflags ^2.9.0
normal
crossterm ^0.29.0
normal
singlevec ^1.8.0
normal
uid ^0.1.8
normal
unicode-segmentation ^1.12.0
normal
unicode-width ^0.2.0
normal
vector2d ^3.1
normal
Versions
47.62%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
WindowRef
flux_
tui
0.5.0
Window
Ref
Aliased Type
In flux_
tui::
window
flux_tui
::
window
Type Alias
Window
Ref
Copy item path
Source
pub type WindowRef =
Rc
<
RefCell
<dyn
Window
>>;
Aliased Type
ยง
pub struct WindowRef {
/* private fields */
}