macro_rules! DataTunnel {
{ $R:ty, $M:ty } => { ... };
}Expand description
Given R, M where M: MocksForConnect<M>, expand to the mockable ClientCirc
macro_rules! DataTunnel {
{ $R:ty, $M:ty } => { ... };
}Given R, M where M: MocksForConnect<M>, expand to the mockable ClientCirc