Docs.rs
fp-library-0.0.8
fp-library 0.0.8
Docs.rs crate page
BlueOak-1.0.0
Links
Repository
crates.io
Source
Owners
nothingnesses
Dependencies
Versions
67.44%
of the crate is documented
Go to latest version
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
fp_
library
0.0.8
Kind1
Required Associated Types
Output
Implementors
In fp_
library::
macros::
hkt
fp_library
::
macros
::
hkt
Trait
Kind1
Copy item path
Source
pub trait Kind1<A> { type
Output
; }
Expand description
Trait for
brands
of
types
of kind
"* -> *"
.
Required Associated Types
§
Source
type
Output
Implementors
§
Source
§
impl<A>
Kind1
<A> for
OptionBrand
Source
§
type
Output
=
Option
<A>
Source
§
impl<A>
Kind1
<A> for
SoloBrand
Source
§
type
Output
=
Solo
<A>
Source
§
impl<A>
Kind1
<A> for
VecBrand
Source
§
type
Output
=
Vec
<A>
Source
§
impl<A, E>
Kind1
<A> for
ResultWithErrBrand
<E>
Source
§
type
Output
=
Result
<A, E>
Source
§
impl<A, T>
Kind1
<A> for
ResultWithOkBrand
<T>
Source
§
type
Output
=
Result
<T, A>
Source
§
impl<First, Second>
Kind1
<First> for
PairWithSecondBrand
<Second>
Source
§
type
Output
=
Pair
<First, Second>
Source
§
impl<First, Second>
Kind1
<Second> for
PairWithFirstBrand
<First>
Source
§
type
Output
=
Pair
<First, Second>