Docs.rs
collide_tree-0.1.1
collide_tree 0.1.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
storyfeet
Dependencies
num-traits ^0.2.14
normal
rand ^0.7.3
normal
Versions
13.04%
of the crate is documented
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
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
collide_
tree
0.1.1
Located
Required Associated Types
Box
Required Methods
bounds
Implementors
In crate collide_
tree
collide_tree
Trait
Located
Copy item path
Source
pub trait Located { type
Box
:
BoundBox
; // Required method fn
bounds
(&self) -> Self::
Box
; }
Required Associated Types
§
Source
type
Box
:
BoundBox
Required Methods
§
Source
fn
bounds
(&self) -> Self::
Box
Implementors
§
Source
§
impl<I:
Clone
, B:
BoundBox
>
Located
for
IdBound
<I, B>
Source
§
type
Box
= B