Docs.rs
wasm-reader-traits-0.1.1
wasm-reader-traits 0.1.1
Permalink
Docs.rs crate page
Unlicense
Links
crates.io
Source
Owners
eira-fransham
Dependencies
frunk_core ^0.3
normal
Versions
2.27%
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
wasm_
reader_
traits
0.1.1
Reader
Build
Required Associated Types
New
Required Methods
then
Implementors
In crate wasm_
reader_
traits
wasm_reader_traits
Trait
ReaderBuild
Copy item path
Source
pub trait ReaderBuild<F> { type
New
; // Required method fn
then
(self, func: F) -> Self::
New
; }
Required Associated Types
§
Source
type
New
Required Methods
§
Source
fn
then
(self, func: F) -> Self::
New
Implementors
§
Source
§
impl<PS, FS, F, S>
ReaderBuild
<F> for
Reader
<PS, S, FS>
where (
PhantomData
<PS>, FS): ReaderBuildHelper<S, Simple<F>>,
Source
§
type
New
=
Reader
<PS, S, <(
PhantomData
<PS>, FS) as ReaderBuildHelper<S, Simple<F>>>::New>