Docs.rs
cgp-0.7.0
cgp 0.7.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
soareschen
Dependencies
cgp-core ^0.7.0
normal
cgp-extra ^0.7.0
normal
Versions
50%
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
Skip to main content
MapFields
cgp
0.7.0
MapFields
Required Associated Types
Mapped
Implementors
In cgp::
core::
field::
traits
cgp
::
core
::
field
::
traits
Trait
MapFields
Copy item path
Source
pub trait MapFields<Mapper> { type
Mapped
; }
Required Associated Types
§
Source
type
Mapped
Implementors
§
Source
§
impl<Mapper>
MapFields
<Mapper> for
θ
Source
§
type
Mapped
=
θ
Source
§
impl<Mapper>
MapFields
<Mapper> for
ε
Source
§
type
Mapped
=
ε
Source
§
impl<Mapper, Current, Rest>
MapFields
<Mapper> for
σ
<Current, Rest>
where Mapper:
MapType
, Rest:
MapFields
<Mapper>,
Source
§
type
Mapped
=
σ
<<Mapper as
MapType
>::
Map
<Current>, <Rest as
MapFields
<Mapper>>::
Mapped
>
Source
§
impl<Mapper, Current, Rest>
MapFields
<Mapper> for
π
<Current, Rest>
where Mapper:
MapType
, Rest:
MapFields
<Mapper>,
Source
§
type
Mapped
=
π
<<Mapper as
MapType
>::
Map
<Current>, <Rest as
MapFields
<Mapper>>::
Mapped
>