Skip to main content

serialize_circular_dependencies_programmatic_json

Function serialize_circular_dependencies_programmatic_json 

Source
pub fn serialize_circular_dependencies_programmatic_json(
    output: CircularDependenciesProgrammaticOutput,
) -> Result<Value, ProgrammaticError>
Expand description

Serialize typed circular-dependency output into the JSON compatibility contract.

ยงErrors

Returns a structured error if the output contract cannot be serialized.