Trait tet_libp2p::multiaddr::multihash::Size[]

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

Size marker trait.

Implementors

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

Loading content...