Struct forests::forest [] [src]

pub struct forest<T> { /* fields omitted */ }

A dynamic sized type representing a forest with a contiguous region.

Methods

impl<T> forest<T>
[src]

[src]

Important traits for Iter<'a, T>
[src]

Important traits for IterMut<'a, T>
[src]

Trait Implementations

impl<T> AsRef<forest<T>> for Forest<T>
[src]

[src]

Performs the conversion.

impl<T> AsMut<forest<T>> for Forest<T>
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl<T> Send for forest<T> where
    T: Send

impl<T> Sync for forest<T> where
    T: Sync