ws: Export `FramedMessage` struct

This commit is contained in:
Tobias Bieniek 2018-07-19 11:56:54 +02:00
parent c4577a5ec9
commit 5cfcdcc06f
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ pub use self::client::{
Client, ClientError, ClientHandshake, ClientReader, ClientWriter,
};
pub use self::context::WebsocketContext;
pub use self::frame::Frame;
pub use self::frame::{Frame, FramedMessage};
pub use self::proto::{CloseCode, CloseReason, OpCode};
/// Websocket protocol errors