integration tests (#251)

This commit is contained in:
sinu.eth
2023-05-23 13:29:16 -07:00
committed by GitHub
parent 973edd8348
commit 5a8f619fcd

View File

@@ -9,6 +9,7 @@ use crate::{
};
/// Wraps a [`MuxStream`] and provides a [`Channel`] with a bincode codec
#[derive(Debug, Clone)]
pub struct BincodeMux<M>(M);
impl<M> BincodeMux<M>