Skip to main content

nb_to_external

Function nb_to_external 

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

Convert a ValueWord value to an ExternalValue.

This is the canonical way to externalize a VM value for display, wire, or debug. Schema lookup is needed to resolve TypedObject field names.