macro_rules! assert_rewind {
($proxy:expr) => { ... };
}
Expand description
Calls rewind
on the provided proxy
, checking that the result status is Status::OK.
macro_rules! assert_rewind {
($proxy:expr) => { ... };
}
Calls rewind
on the provided proxy
, checking that the result status is Status::OK.