(Foo as Super => Sub, Super); let foo: &dyn Super = &Foo; // Casting to a sub trait is fallible (the error allows us to keep using the // `dyn Super` trait ...
確定! 回上一頁