pub trait RuntimeExt {
// Required method
fn runtime_type_name(&self) -> &'static str;
}Expand description
为RuntimeTrait添加辅助方法
Required Methods§
Sourcefn runtime_type_name(&self) -> &'static str
fn runtime_type_name(&self) -> &'static str
获取运行时类型描述