pub fn parse_registration_json(
bytes: &[u8],
) -> Result<RegistrationManifest, ExtismError>Expand description
Parse the bytes returned by a plugin’s register export into a
RegistrationManifest.
§Errors
ExtismError::OutputDecodeif the JSON doesn’t parse or doesn’t match the expected shape.