Docs.rs
dutils-0.1.14
dutils 0.1.14
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
kieled
dlamar228
Nafaivel
Dependencies
anyhow ^1.0.86
normal
bellscoin ^0.30.7
normal
optional
bytemuck ^1.22.0
normal
optional
deadpool-postgres ^0.14.1
normal
optional
futures ^0.3.27
normal
http ^1.1.0
normal
itertools ^0.14.0
normal
openssl ^0.10.38
normal
optional
pin-project ^1.1.5
normal
postcard ^1.0.8
normal
postgres-openssl ^0.5.0
normal
optional
rocksdb ^0.23.0
normal
optional
serde ^1.0.196
normal
serde_json ^1.0.113
normal
signal-hook ^0.3.18
normal
tokio ^1.43.0
normal
tokio-postgres ^0.7.10
normal
optional
tracing ^0.1.40
normal
Versions
10.09%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
dutils
0.1.14
ToResult
Required Methods
to_result
Implementors
In dutils::
error
dutils
::
error
Trait
ToResult
Copy item path
Source
pub trait ToResult<T> { // Required method fn
to_result
(self) ->
Result
<T,
Error
>; }
Required Methods
§
Source
fn
to_result
(self) ->
Result
<T,
Error
>
Implementors
§
Source
§
impl<T>
ToResult
<T> for T