RuntimeExt

Trait RuntimeExt 

Source
pub trait RuntimeExt {
    // Required method
    fn runtime_type_name(&self) -> &'static str;
}
Expand description

为RuntimeTrait添加辅助方法

Required Methods§

Source

fn runtime_type_name(&self) -> &'static str

获取运行时类型描述

Implementations on Foreign Types§

Source§

impl RuntimeExt for Box<dyn RuntimeTrait>

Source§

fn runtime_type_name(&self) -> &'static str

Implementors§