Struct sozu_lib::network::trie::TrieNode[][src]

pub struct TrieNode<V> { /* fields omitted */ }

Methods

impl<V: Debug> TrieNode<V>
[src]

Trait Implementations

impl<V: Debug> Debug for TrieNode<V>
[src]

Formats the value using the given formatter. Read more

impl<V: PartialEq> PartialEq for TrieNode<V>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

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

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