mirror of
https://github.com/tlsnotary/tlsn-utils.git
synced 2026-01-09 12:48:03 -05:00
integration tests (#251)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user