Function shard_image_to_bytes

Source
pub fn shard_image_to_bytes(
    shard_image: HashMap<String, HashSet<PeerId>>,
) -> Result<Vec<u8>, Error>
Expand description

Marshall the shard network image into a ByteVector.