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.

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 !=.