pub type ManifestRawValue<'a> = RawValue<'a, ManifestCustomExtension>;

Aliased Type§

struct ManifestRawValue<'a> {
    value_kind: ValueKind<ManifestCustomValueKind>,
    value_body: Cow<'a, [u8]>,
    custom_extension: PhantomData<ManifestCustomExtension>,
}

Fields§

§value_kind: ValueKind<ManifestCustomValueKind>§value_body: Cow<'a, [u8]>§custom_extension: PhantomData<ManifestCustomExtension>