Skip to main content

external_to_nb

Function external_to_nb 

Source
pub fn external_to_nb(
    ev: &ExternalValue,
    schemas: &dyn SchemaLookup,
) -> ValueWord
Expand description

Convert an ExternalValue back to a ValueWord value.

This is used for deserializing wire values back into the VM. Note: Opaque values cannot be round-tripped.