pub trait Internable: Eq + Hash + Clone + Send + Sync + 'static { }

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<_INNER> Internable for _INNER
where _INNER: Eq + Hash + Clone + Send + Sync + 'static,