We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7857058 commit b865873Copy full SHA for b865873
library/core/src/mem/type_info.rs
@@ -20,6 +20,8 @@ pub struct Type {
20
21
/// Info of a trait implementation, you can retrieve the vtable with [Self::get_vtable]
22
#[derive(Debug, PartialEq, Eq)]
23
+#[unstable(feature = "type_info", issue = "146922")]
24
+#[non_exhaustive]
25
pub struct TraitImpl<T: PointeeSized> {
26
pub(crate) vtable: DynMetadata<T>,
27
}
0 commit comments