Docs.rs
libsugar-2.4.1
libsugar 2.4.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
2A5F
Dependencies
tuples ^1.4
normal
optional
Versions
58.25%
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
ToOk
libsugar
2.4.1
ToOk
Required Associated Types
T
Required Methods
to_ok
Implementations on Foreign Types
Option<T>
Implementors
In libsugar::
named_
into
libsugar
::
named_into
Trait
ToOk
Copy item path
Source
pub trait ToOk<E:
Default
> { type
T
; // Required method fn
to_ok
(self) ->
Result
<Self::
T
, E>; }
Required Associated Types
§
Source
type
T
Required Methods
§
Source
fn
to_ok
(self) ->
Result
<Self::
T
, E>
Implementations on Foreign Types
§
Source
§
impl<T, E:
Default
>
ToOk
<E> for
Option
<T>
Source
§
type
T
= T
Source
§
fn
to_ok
(self) ->
Result
<Self::
T
, E>
Implementors
§