pub async fn receive_result<R, E>( result_rx: ResultReceiver<R, E>, ) -> PluginResult<R, E>where E: StdError,