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
Depth
layer_
rs
0.1.0
Depth
Required Associated Types
Output
Implementations on Foreign Types
()
Implementors
In layer_
rs::
node
layer_rs
::
node
Trait
Depth
Copy item path
Source
pub trait Depth
where Self::
Output
:
IsNumber
,
{ type
Output
; }
Required Associated Types
§
Source
type
Output
Implementations on Foreign Types
§
Source
§
impl
Depth
for
()
Source
§
type
Output
=
Zero
Implementors
§
Source
§
impl<Req, SubtreeL, SubtreeR>
Depth
for
Node
<Req, SubtreeL, SubtreeR>
where SubtreeL:
Depth
, SubtreeR:
Depth
, <SubtreeL as
Depth
>::
Output
:
IsNumber
, <SubtreeR as
Depth
>::
Output
:
IsNumber
,
()
:
Max
<<SubtreeL as
Depth
>::
Output
, <SubtreeR as
Depth
>::
Output
>,
Source
§
type
Output
=
Succ
<<
()
as
Max
<<SubtreeL as
Depth
>::
Output
, <SubtreeR as
Depth
>::
Output
>>::
Output
>