You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use check pattern, but allow the user to select, whether to use inline expect! macro and the outline expect_file! macro.
But these return different types: Expect, and ExpectFile respectively. Would you mind merging this into a common api?
E.g.
// Maybe rename these to `Expect`, `ExpectInline` and `ExpectFile` respectivelypubenumExpectAny{Inline(Expect),File(ExpectFile),}