pub fn decode_response(buf: &[u8]) -> Result<Response>
Decode a Response from a byte slice.
Response
Returns PluginError::Sandbox on malformed input (truncated frame, unknown tag, non-UTF-8 string). Never panics.
PluginError::Sandbox