ws/frame: Change `FramedMessage` content visibility

This commit is contained in:
Tobias Bieniek 2018-07-19 12:31:37 +02:00
parent 5cfcdcc06f
commit a0c44c56de
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ impl fmt::Display for Frame {
/// `WebSocket` message with framing. /// `WebSocket` message with framing.
#[derive(Debug)] #[derive(Debug)]
pub struct FramedMessage(pub Binary); pub struct FramedMessage(pub(crate) Binary);
#[cfg(test)] #[cfg(test)]
mod tests { mod tests {