Docs.rs
dynamic-enum-0.0.2
dynamic-enum 0.0.2
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
serprex
Dependencies
Versions
0%
of the crate is documented
This release has been yanked
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
dynamic_
enum
0.0.2
Dynum
Add
Required Associated Types
Next
Required Methods
add
Implementors
In crate dynamic_
enum
dynamic_enum
Trait
DynumAdd
Copy item path
Source
pub trait DynumAdd<N:
Any
> { type
Next
; // Required method fn
add
(self, x: N) -> Self::
Next
; }
Required Associated Types
§
Source
type
Next
Required Methods
§
Source
fn
add
(self, x: N) -> Self::
Next
Implementors
§
Source
§
impl<U:
DynumGet
+
Any
, N:
Any
>
DynumAdd
<N> for U
Source
§
type
Next
=
DynumPair
<N, U>