Skip to main content

serialize_grouped_check_json

Function serialize_grouped_check_json 

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

Build and serialize grouped dead-code JSON through the API output boundary.

ยงErrors

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