Docs.rs
lubeck-0.0.0-prealpha.5-abandoned
lubeck 0.0.0-prealpha.5-abandoned
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
Crates.io
Source
Owners
RobWalt
Dependencies
proptest ^1.0
dev
Versions
Go to latest stable release
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
GenType
Required Associated Types
Type
Implementations on Foreign Types
Option<T>
Result<A, E>
String
Vec<A>
Implementors
In lubeck::prelude
?
Trait
lubeck
::
prelude
::
GenType
source
·
[
−
]
pub trait GenType { type
Type
<T>; }
Required Associated Types
§
source
type
Type
<T>
Implementations on Foreign Types
§
source
§
impl<T>
GenType
for
Option
<T>
§
type
Type
<U> =
Option
<U>
source
§
impl
GenType
for
String
§
type
Type
<A> =
Vec
<A,
Global
>
source
§
impl<A>
GenType
for
Vec
<A>
§
type
Type
<T> =
Vec
<T,
Global
>
source
§
impl<A, E>
GenType
for
Result
<A, E>
§
type
Type
<T> =
Result
<T, E>
Implementors
§
source
§
impl<'a, M, A>
GenType
for
OptionT
<'a, M, A>
where
M:
GenType
<Type<
Option
<A>> = M> +
Monad
<'a,
Option
<A>>,
A: 'a,
§
type
Type
<T> = <M as
GenType
>::
Type
<
Option
<T>>
source
§
impl<'a, R, A>
GenType
for
Cont
<'a, R, A>
§
type
Type
<B> =
Cont
<'a, R, B>
source
§
impl<'a, R, A>
GenType
for
Reader
<'a, R, A>
where
R:
Clone
,
§
type
Type
<B> =
Reader
<'a, R, B>
source
§
impl<'a, R, A>
GenType
for
ReaderOptionT
<'a, R, A>
where
R:
Clone
,
§
type
Type
<T> =
ReaderOptionT
<'a, R, T>
source
§
impl<'a, S, A>
GenType
for
State
<'a, S, A>
where
S:
Clone
+ 'a,
A: 'a,
§
type
Type
<B> =
State
<'a, S, B>
source
§
impl<'a, W, A>
GenType
for
Writer
<'a, W, A>
where
W:
Monoid
+ 'a,
A: 'a,
§
type
Type
<B> =
Writer
<'a, W, B>