vfs

Macro assert_rewind

Source
macro_rules! assert_rewind {
    ($proxy:expr) => { ... };
}
Expand description

Calls rewind on the provided proxy, checking that the result status is Status::OK.