Skip to main content

PatchId

Type Alias PatchId 

Source
pub type PatchId = Hash;
Expand description

A patch identifier — currently identical to a BLAKE3 hash of the patch content.

Aliased Type§

pub struct PatchId(pub [u8; 32]);

Tuple Fields§

§0: [u8; 32]