Trait hypertree::utils::Get

source ·
pub trait Get: Pod { }
Expand description

Marker trait to emit warnings when using get_helper on the Value type rather than on Node

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T: Pod> Get for FreeListNode<T>

source§

impl<V: Payload> Get for RBNode<V>