Docs.rs
mapinto-0.2.1
mapinto 0.2.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
fan-tom
Dependencies
futures ^0.1.26
normal
Versions
0%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
ResultMapInto
mapinto
0.2.1
Result
MapInto
Required Associated Types
Output
Required Methods
map_into
Implementations on Foreign Types
Result<T, E>
Implementors
In crate mapinto
mapinto
Trait
Result
MapInto
Copy item path
Source
pub trait ResultMapInto<U> { type
Output
; // Required method fn
map_into
(self) -> Self::
Output
; }
Required Associated Types
§
Source
type
Output
Required Methods
§
Source
fn
map_into
(self) -> Self::
Output
Implementations on Foreign Types
§
Source
§
impl<T, E, U:
From
<T>>
ResultMapInto
<U> for
Result
<T, E>
Source
§
type
Output
=
Result
<U, E>
Source
§
fn
map_into
(self) -> Self::
Output
Implementors
§