Trait Size
Other items insc_network::multiaddr::multihash
pub trait Size: 'static + ArrayLength<u8> + Debug + Default + Eq + Hash + Send + Sync { }
Size marker trait.
impl<T> Size for T where T: 'static + ArrayLength<u8> + Debug + Default + Eq + Hash + Send + Sync,