Trait resol_vbus::IdHash[][src]

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