Skip to content

Commit faf0d7c

Browse files
committed
Implement Debug on CFPropertyList
1 parent 20dcdc0 commit faf0d7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core-foundation/src/propertylist.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ declare_TCFType!{
113113
CFPropertyList, CFPropertyListRef
114114
}
115115

116+
impl_CFTypeDescription!(CFPropertyList);
117+
116118
impl CFPropertyList {
117119
#[inline]
118120
pub fn as_concrete_TypeRef(&self) -> CFPropertyListRef {

0 commit comments

Comments
 (0)