Docs.rs
vtui-core-0.2.1
vtui-core 0.2.1
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
joshprk
Dependencies
generational-box ^0.7.2
normal
ratatui ^0.30.0
normal
slotmap ^1.1.1
normal
thiserror ^2.0.17
normal
unicode-segmentation ^1.12.0
normal
unicode-width ^0.2.2
normal
Versions
0%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
Event
vtui_
core
0.2.1
Event
Implementors
In vtui_
core::
events
vtui_core
::
events
Trait
Event
Copy item path
Source
pub trait Event:
Send
+ 'static { }
Implementors
§
Source
§
impl
Event
for
KeyPress
Source
§
impl
Event
for
KeyRelease
Source
§
impl
Event
for
KeyRepeat
Source
§
impl
Event
for
MouseDown
Source
§
impl
Event
for
MouseDrag
Source
§
impl
Event
for
MouseHover
Source
§
impl
Event
for
MouseScroll
Source
§
impl
Event
for
MouseUp
Source
§
impl
Event
for
Resize
Source
§
impl
Event
for
Tick