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
☰
Monoid
Required Methods
mempty
Implementations on Foreign Types
String
Vec<T>
Implementors
In lubeck::prelude
?
Trait
lubeck
::
prelude
::
Monoid
source
·
[
−
]
pub trait Monoid:
SemiGroup
{ fn
mempty
() -> Self; }
Required Methods
§
source
fn
mempty
() -> Self
Implementations on Foreign Types
§
source
§
impl
Monoid
for
String
source
§
fn
mempty
() -> Self
source
§
impl<T>
Monoid
for
Vec
<T>
source
§
fn
mempty
() -> Self
Implementors
§