Docs.rs
klondike-rs-1.1.0
klondike-rs 1.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
chrisbouchard
Dependencies
config ~0.9
normal
derive_more ~0.15
normal
directories ~2.0
normal
euclid ~0.20
normal
itertools ~0.8
normal
lazy_static ~1.4
normal
log ~0.4
normal
log-panics ~2.0
normal
num-traits ~0.2
normal
num_enum ~0.4
normal
rand ~0.7
normal
serde ~1.0
normal
simplelog ~0.7
normal
snafu ~0.6
normal
termion ~1.5
normal
Versions
3.43%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
Widget
klondike_
lib
1.1.0
Widget
Required Methods
bounds
Implementors
In klondike_
lib::
display
klondike_lib
::
display
Trait
Widget
Copy item path
Source
pub trait Widget:
Display
{ // Required method fn
bounds
(&self) ->
Rect
<
u16
>; }
Required Methods
§
Source
fn
bounds
(&self) ->
Rect
<
u16
>
Implementors
§
Source
§
impl
Widget
for
BlankWidget
Source
§
impl
Widget
for
HelpWidget
Source
§
impl
Widget
for
SelectorWidget
Source
§
impl
Widget
for
WinWidget
Source
§
impl<'a>
Widget
for
CardWidget
<'a>
Source
§
impl<'a>
Widget
for
FrameWidget
<'a>
Source
§
impl<'a>
Widget
for
GameWidget
<'a>
Source
§
impl<'a>
Widget
for
StackWidget
<'a>