pub trait Sequence: Eq + Hash { }

Implementors§

source§

impl<T: Eq + Hash> Sequence for T