Trait resol_vbus::IdHash

source ·
pub trait IdHash {
    fn id_hash<H: Hasher>(&self, h: &mut H);
}
Expand description

A trait to generate an identification hash for any of the VBus data types.

Required Methods§

Creates an identification hash for this VBus data value.

Implementors§