Malloy
Loading...
Searching...
No Matches
types.hpp
1#pragma once
2
3#include <boost/beast/websocket/error.hpp>
4
5namespace malloy::websocket
6{
10 using error = boost::beast::websocket::error;
11}
Definition: connection.hpp:22
boost::beast::websocket::error error
Definition: types.hpp:10