1 个不稳定版本
0.1.0 | 2023 年 8 月 11 日 |
---|
#36 在 #exists
3KB
assert_exists
一个有用的宏,用于断言某个符号存在于源代码中。
这对于将原本松散耦合的函数和相互依赖的符号紧密耦合非常有用。
用法
fn prepare_for_my_variant() {
assert_exists!(MyEnum::MyVariant);
// ...
}
许可协议
在 MIT 许可协议下授权 (LICENSE 或 http://opensource.org/licenses/MIT)