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