pub type ScryptoOwnedRawValue = RawValue<'static, ScryptoCustomExtension>;

Aliased Type§

struct ScryptoOwnedRawValue {
    value_kind: ValueKind<ScryptoCustomValueKind>,
    value_body: Cow<'static, [u8]>,
    custom_extension: PhantomData<ScryptoCustomExtension>,
}

Fields§

§value_kind: ValueKind<ScryptoCustomValueKind>§value_body: Cow<'static, [u8]>§custom_extension: PhantomData<ScryptoCustomExtension>