Docs.rs
e-utils-0.4.19
e-utils 0.4.19
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
EternalNight996
Dependencies
async-trait ^0.1
normal
optional
chrono ^0.4
normal
optional
encoding_rs ^0.8
normal
optional
image ^0.25.0
normal
optional
memchr ^2.7
normal
optional
once_cell ^1
normal
optional
rand ^0.8.5
normal
optional
rayon ^1.10
normal
optional
regex ^1.10
normal
optional
reqwest ^0.12
normal
optional
serde ^1
normal
serde_json ^1
normal
optional
strum ^0.26
normal
sys-locale ^0.3
normal
optional
thiserror ^2.0
normal
tokio ^1
normal
optional
criterion ^0.5
dev
glib ^0.20
normal
optional
rfd ^0.15
normal
optional
winapi ^0.3
normal
optional
libc ^0.2
normal
optional
Versions
100%
of the crate is documented
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
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
AnyRes
e_utils
0.4.19
AnyRes
Required Methods
any
Implementations on Foreign Types
Result<T, E>
Implementors
In e_
utils::
res
e_utils
::
res
Trait
AnyRes
Copy item path
Source
pub trait AnyRes<T, E> { // Required method fn
any
(self) ->
Result
<T>; }
Expand description
Any Result
Required Methods
§
Source
fn
any
(self) ->
Result
<T>
change any
Implementations on Foreign Types
§
Source
§
impl<T, E:
Display
>
AnyRes
<T, E> for
Result
<T, E>
Source
§
fn
any
(self) ->
Result
<T>
Implementors
§