Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Commit 348454c

Browse files
authored
Merge pull request #441 from sdroege/object-type-in-prelude
Add ObjectType trait to prelude
2 parents e400e0e + f6673f9 commit 348454c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ pub use object::{
104104
Object,
105105
ObjectExt,
106106
ObjectClass,
107+
ObjectType,
107108
InitiallyUnowned,
108109
InitiallyUnownedClass,
109110
WeakRef,

src/prelude.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ pub use {
66
IsA,
77
IsClassFor,
88
ObjectExt,
9+
ObjectType,
910
StaticType,
1011
StaticVariantType,
1112
ToValue,

0 commit comments

Comments
 (0)