pub trait OptionToString { // Required method fn to_string(&self) -> String; }
Option转String
转为String