Skip to main content

descriptors_to_json

Function descriptors_to_json 

Source
pub fn descriptors_to_json(
    runtime: &Runtime,
    ids: &[TypeId],
) -> Result<String, SoilError>
Expand description

Serialize registered types back to the descriptor JSON format. Fails on Native ignored-defaults, which are code, not data.