Return the name of the type as a String // (`Any` provides similar functionality) trait TypeName { fn type_name() -> String; } ...
確定! 回上一頁