Rust 常用T'r'a'i't

常用Trait更新中

bool 类型转换 to_string
fn boolean_to_string(b: bool) -> String {
    b.to_string()
}