Docs.rs
opentalk-database-0.28.2
opentalk-database 0.28.2
Permalink
Docs.rs crate page
EUPL-1.2
Links
Homepage
Repository
crates.io
Source
Owners
silwol
stsydow
OpenTalk-Bot
SoraTenshi
weichweich
Dependencies
async-trait ^0.1
normal
deadpool-runtime ^0.1
normal
diesel ^2
normal
diesel-async ^0.5
normal
futures-core ^0.3
normal
log ^0.4
normal
opentalk-controller-settings ^0.28.2
normal
opentelemetry ^0.24
normal
pin-project-lite ^0.2
normal
snafu ^0.8
normal
tracing ^0.1
normal
url ^2
normal
Versions
31.58%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
opentalk_
database
0.28.2
Optional
Ext
Required Methods
optional
Implementors
In crate opentalk_
database
opentalk_database
Trait
OptionalExt
Copy item path
Source
pub trait OptionalExt<T, E> { // Required method fn
optional
(self) ->
Result
<
Option
<T>, E>; }
Required Methods
§
Source
fn
optional
(self) ->
Result
<
Option
<T>, E>
Implementors
§
Source
§
impl<T>
OptionalExt
<T,
DatabaseError
> for
Result
<T,
DatabaseError
>