Macro vinegar::expect [] [src]

macro_rules! expect {
    ($($a:tt)*) => { ... };
}