Trait Id

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

Trait that bundles what we need from a request ID

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§