Convert

Trait Convert 

Source
pub trait Convert<T> {
    // Required method
    fn convert(&self) -> T;
}
Expand description

数据转换特征

Required Methods§

Source

fn convert(&self) -> T

转换为目标类型

Implementors§