pub trait NotEmpty { }

Implementors§

source§

impl<V> NotEmpty for Node<V>

source§

impl<V, N: NotEmpty> NotEmpty for Node<V, N>