Trait duskphantom_graph::GraphNode

source ·
pub trait GraphNode:
    Hash
    + Eq
    + Sized
    + Clone { }

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> GraphNode for T
where T: Hash + Eq + Sized + Clone,