[][src]Function cast_wd::string::to_string

pub fn to_string<T: Cast>(opt: T) -> String

转换类型为string

#Examples

let a = to_string(32);