Docs.rs
layer-rs-0.1.0
layer-rs 0.1.0
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
comavius
Dependencies
Versions
7.32%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Max
layer_
rs
0.1.0
Max
Required Associated Types
Output
Implementations on Foreign Types
()
()
()
()
Implementors
In layer_
rs::
markers
layer_rs
::
markers
Trait
Max
Copy item path
Source
pub trait Max<N1, N2>
where N1:
IsNumber
, N2:
IsNumber
, Self::
Output
:
IsNumber
,
{ type
Output
; }
Required Associated Types
§
Source
type
Output
Implementations on Foreign Types
§
Source
§
impl
Max
<
Zero
,
Zero
> for
()
Source
§
type
Output
=
Zero
Source
§
impl<N1, N2>
Max
<
Succ
<N1>,
Succ
<N2>> for
()
where N1:
IsNumber
, N2:
IsNumber
,
()
:
Max
<N1, N2>,
Source
§
type
Output
=
Succ
<<
()
as
Max
<N1, N2>>::
Output
>
Source
§
impl<N>
Max
<
Succ
<N>,
Zero
> for
()
where N:
IsNumber
,
Source
§
type
Output
=
Succ
<N>
Source
§
impl<N>
Max
<
Zero
,
Succ
<N>> for
()
where N:
IsNumber
,
Source
§
type
Output
=
Succ
<N>
Implementors
§