Docs.rs
lubeck-0.0.0-prealpha.5-abandoned
lubeck 0.0.0-prealpha.5-abandoned
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
RobWalt
Dependencies
proptest ^1.0
dev
Versions
0%
of the crate is documented
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
☰
FoldableExtMonoid
Provided Methods
fold
Implementations on Foreign Types
Option<M>
String
Vec<M>
Implementors
In lubeck::prelude
?
Trait
lubeck
::
prelude
::
FoldableExtMonoid
source
·
[
−
]
pub trait FoldableExtMonoid<M>:
Foldable
<M> +
Sized
where
M:
Monoid
,
{ fn
fold
(self) -> M { ... } }
Provided Methods
§
source
fn
fold
(self) -> M
Implementations on Foreign Types
§
source
§
impl<M:
Monoid
>
FoldableExtMonoid
<M> for
Option
<M>
source
§
impl
FoldableExtMonoid
<
String
> for
String
source
§
impl<M:
Monoid
>
FoldableExtMonoid
<M> for
Vec
<M>
Implementors
§