Type Definition fixity::core::primitive::prollytree::NodeOwned[][src]

type NodeOwned = Node<Key, Value, Addr>;

An alias to a Node with owned parameters.

Trait Implementations

impl<'a> TryFrom<&'a Structured> for &'a NodeOwned[src]

type Error = Error

The type returned in the event of a conversion error.

impl TryFrom<Structured> for NodeOwned[src]

type Error = Error

The type returned in the event of a conversion error.