[−][src]Trait radix_tree::Radix
Required methods
fn remove<P>(&mut self, path: P) where
P: Vectorable<K>,
P: Vectorable<K>,
fn insert<P>(&mut self, path: P, data: V) -> &mut Self where
P: Vectorable<K>,
P: Vectorable<K>,
fn find<P>(&self, path: P) -> Option<&Self> where
P: Vectorable<K>,
P: Vectorable<K>,
fn add_node<P>(&mut self, path: P, data: V) -> &mut Self where
P: Vectorable<K>,
P: Vectorable<K>,
fn find_node<P>(&self, path: P) -> Option<&Self> where
P: Vectorable<K>,
P: Vectorable<K>,
Implementors
impl<K, V> Radix<K, V> for Node<K, V> where
K: Clone + Copy + PartialEq,
[src]
K: Clone + Copy + PartialEq,
fn remove<P>(&mut self, path: P) where
P: Vectorable<K>,
[src]
P: Vectorable<K>,
fn insert<P>(&mut self, path: P, data: V) -> &mut Self where
P: Vectorable<K>,
[src]
P: Vectorable<K>,
fn find<P>(&self, path: P) -> Option<&Self> where
P: Vectorable<K>,
[src]
P: Vectorable<K>,
fn add_node<P>(&mut self, path: P, data: V) -> &mut Self where
P: Vectorable<K>,
[src]
P: Vectorable<K>,
fn find_node<P>(&self, path: P) -> Option<&Self> where
P: Vectorable<K>,
[src]
P: Vectorable<K>,