接口
声明和初始化
方法要求
属性要求
协议组合
符合性检查(is, as)
默认方法
接口集合
mutating 方法
trait
Printable
{
fn
print
(&
self
);
}
let
printable =
Printable
{};
//<-Error