Add ConnectionPool::call_raw method
ConnectionPool::call_raw
allows to call rpcs without using rpc::Request
trait. Might be useful for when a stored procedure doesn't take arguments and implementing Request
and Response
structs seems excessive.