pub fn emit_host_error(err: &HostError) -> Result<String, EmitError>Expand description
Serialize a wyvern_host::HostError as stderr JSON (REQ-0073).
§Errors
Returns EmitError::Serialize when the envelope cannot be serialized.
pub fn emit_host_error(err: &HostError) -> Result<String, EmitError>Serialize a wyvern_host::HostError as stderr JSON (REQ-0073).
Returns EmitError::Serialize when the envelope cannot be serialized.