Sized trait 是空trait,仅仅作为标签trait 供编译期使用。真正起"打标签"作用的是属性 #[lang = "sized"] 。该属性lang表示Sized trait供rust语言本身使用,声明 ...
確定! 回上一頁