Docs.rs
leetcode-tui-shared-0.5.1
leetcode-tui-shared 0.5.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
akarsh1995
Dependencies
color-eyre ^0.6.2
normal
crossterm ^0.27.0
normal
ratatui ^0.23.0
normal
signal-hook ^0.3.17
normal
tokio ^1.32.0
normal
tokio-util ^0.7.9
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
leetcode_
tui_
shared
0.5.1
GetWindow
Stats
Provided Methods
get_window
Implementors
In leetcode_
tui_
shared::
layout
leetcode_tui_shared
::
layout
Trait
GetWindowStats
Copy item path
Source
pub trait GetWindowStats { // Provided method fn
get_window
(&self) ->
Window
{ ... } }
Provided Methods
§
Source
fn
get_window
(&self) ->
Window
Implementors
§
Source
§
impl<T>
GetWindowStats
for T
where T:
Widget
,