Skip to main content

serialize_duplication_json

Function serialize_duplication_json 

Source
pub fn serialize_duplication_json(
    input: DuplicationJsonOutputInput<'_>,
) -> Result<Value, Error>
Expand description

Build and serialize duplication JSON through the API-owned output boundary.

ยงErrors

Returns a serde error when the typed envelope cannot be converted to JSON.