Module s5_trait_and_generic

Source
Expand description

第二章:Rust核心概念 2.4 trait 和 泛型

Functions§

blanket_impls
Overlapping blanket impls
object_safety
对象安全
trait_concept
概念介绍
trait_dyn_dispatch
动态分发
trait_object
trait 对象本质
trait_object_to_enum
当不能实现 trait 对象当时候该如何?
trait_self_sized_bound
对象安全规则里,为什么需要 Self: Sized