Docs.rs
broccoli-tree-0.7.0
broccoli-tree 0.7.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
tiby312
Dependencies
axgeom ^1.12
normal
compt ^2.0
normal
itertools ^0.10
normal
rayon ^1.5
normal
optional
Versions
39.42%
of the crate is documented
This release has been yanked
Platform
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
HasElem
broccoli_
tree
0.7.0
HasElem
Required Associated Types
T
Required Methods
get_elems
Implementors
In broccoli_
tree::
node
broccoli_tree
::
node
Trait
HasElem
Copy item path
Source
pub trait HasElem { type
T
; // Required method fn
get_elems
(&mut self) ->
AabbPin
<&mut [Self::
T
]>; }
Required Associated Types
§
Source
type
T
Required Methods
§
Source
fn
get_elems
(&mut self) ->
AabbPin
<&mut [Self::
T
]>
Implementors
§
Source
§
impl<'a, T:
Aabb
>
HasElem
for
Node
<'a, T>
Source
§
type
T
= T