Docs.rs
sugar-0.2.0
sugar 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
harryfei
Dependencies
cute ^0.3.0
normal
maplit ^1.0.1
normal
min_max_macros ^0.1.1
normal
vec_box ^1.0.0
normal
Versions
14.29%
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
sugar
0.2.0
SResult
Ext
Required Methods
drop_value
Implementations on Foreign Types
Result<T, E>
Implementors
In crate sugar
sugar
Trait
SResultExt
Copy item path
Source
pub trait SResultExt<E> { // Required method fn
drop_value
(self) ->
Result
<
()
, E>; }
Required Methods
§
Source
fn
drop_value
(self) ->
Result
<
()
, E>
Implementations on Foreign Types
§
Source
§
impl<T, E>
SResultExt
<E> for
Result
<T, E>
Source
§
fn
drop_value
(self) ->
Result
<
()
, E>
Implementors
§