Trait libipld::cid::multihash::Size[][src]

pub trait Size: 'static + ArrayLength<u8> + Debug + Default + Eq + Hash + Send + Sync { }
Expand description

Size marker trait.

Implementors

impl<T> Size for T where
    T: 'static + ArrayLength<u8> + Debug + Default + Eq + Hash + Send + Sync
[src]