pub type ManifestId = ObjectId<12, ManifestTag>;Expand description
Unique identifier for a manifest file.
Aliased Type§
pub struct ManifestId(pub [u8; 12], _);Tuple Fields§
§0: [u8; 12]Trait Implementations§
Source§impl From<&ObjectId12> for ManifestId
impl From<&ObjectId12> for ManifestId
Source§fn from(value: &ObjectId12) -> Self
fn from(value: &ObjectId12) -> Self
Converts to this type from the input type.