Docs.rs
oli-tui-0.1.3
oli-tui 0.1.3
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
amrit110
Dependencies
anyhow ^1.0.97
normal
async-trait ^0.1.88
normal
chrono ^0.4.37
normal
crossterm ^0.28.1
normal
dirs ^5.0.1
normal
dotenv ^0.15.0
normal
glob ^0.3.2
normal
ignore ^0.4
normal
lazy_static ^1.5.0
normal
rand ^0.9.0
normal
ratatui ^0.29.0
normal
regex ^1.11.1
normal
reqwest ^0.12.15
normal
serde ^1.0.219
normal
serde_json ^1.0.140
normal
tempfile ^3.19.1
normal
tokio ^1.44.1
normal
tree-sitter ^0.25.3
normal
tree-sitter-c ^0.23.4
normal
tree-sitter-cpp ^0.23.4
normal
tree-sitter-go ^0.23.4
normal
tree-sitter-java ^0.23.5
normal
tree-sitter-javascript ^0.23.1
normal
tree-sitter-python ^0.23.6
normal
tree-sitter-rust ^0.23.2
normal
tui-textarea ^0.7.0
normal
uuid ^1.16.0
normal
walkdir ^2.5.0
normal
Versions
31.31%
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
ErrorHandler
oli_tui
0.1.3
Error
Handler
Required Methods
handle_error
Implementors
In oli_
tui::
app::
utils
oli_tui
::
app
::
utils
Trait
Error
Handler
Copy item path
Source
pub trait ErrorHandler { // Required method fn
handle_error
(&mut self, message:
String
); }
Required Methods
§
Source
fn
handle_error
(&mut self, message:
String
)
Implementors
§
Source
§
impl
ErrorHandler
for
App