macro_rules! assert_var_impl {
($var:ident: $($trait:path),+ $(,)?) => { ... };
}
Expand description
Asserts that the variable’s type implements the given traits.
macro_rules! assert_var_impl {
($var:ident: $($trait:path),+ $(,)?) => { ... };
}
Asserts that the variable’s type implements the given traits.