Docs.rs
leetcode-tui-core-0.4.0
leetcode-tui-core 0.4.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
akarsh1995
Dependencies
color-eyre ^0
normal
crossterm ^0
normal
fuzzy-matcher ^0
normal
indexmap ^2
normal
leetcode-core ^0.4.0
normal
leetcode-tui-config ^0.4.0
normal
leetcode-tui-db ^0.4.0
normal
leetcode-tui-shared ^0.4.0
normal
ratatui ^0.23
normal
regex ^1
normal
thiserror ^1
normal
tokio ^1
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
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_core
0.4.0
SendError
Required Methods
emit_if_error
Implementations on Foreign Types
Result<T, E>
Implementors
In crate leetcode_tui_core
?
Settings
Trait
leetcode_tui_core
::
SendError
Copy item path
source
·
[
−
]
pub trait SendError<T, E> { // Required method fn
emit_if_error
(self) ->
Result
<T, E>; }
Required Methods
§
source
fn
emit_if_error
(self) ->
Result
<T, E>
Implementations on Foreign Types
§
source
§
impl<T, E>
SendError
<T, E> for
Result
<T, E>
where E:
Error
+
Sized
,
source
§
fn
emit_if_error
(self) ->
Result
<T, E>
Implementors
§