pub type PluginRpcResult = PluginResult<Payload>;
pub enum PluginRpcResult { Ok(Payload), Err(PluginError), }
Contains the success value
Contains the error value