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

Commit f6673f9

Browse files
committed
Add ObjectType trait to prelude
It's useful to have for the various API defined on it.
1 parent e400e0e commit f6673f9

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)