macro_rules! expect {
($e:expr, $m:literal) => { ... };
}Expand description
Workaround because .expect() is not (yet) available in const context.
macro_rules! expect {
($e:expr, $m:literal) => { ... };
}Workaround because .expect() is not (yet) available in const context.