pub trait Id: Eq + PartialEq + Hash { }
Expand description

Trait that bundles what we need from a request ID

Object Safety§

This trait is not object safe.

Implementors§