Struct treez::prefix::TreePrefix[][src]

pub struct TreePrefix<V> where
    V: Add<Output = V> + Sub<Output = V> + Default + Clone
{ /* fields omitted */ }

Methods

impl<V> TreePrefix<V> where
    V: Add<Output = V> + Sub<Output = V> + Default + Clone
[src]

Auto Trait Implementations

impl<V> Send for TreePrefix<V> where
    V: Send

impl<V> Sync for TreePrefix<V> where
    V: Sync