pub unsafe trait NSAttributedStringWebKitAdditions:
ClassType
+ Sized
+ Sealed { }Available on crate feature
NSAttributedString only.Expand description
Category on NSAttributedString.
Extension of
//apple_ref/occ/NSAttributedString NSAttributedStringto create attributed strings from HTML content using WebKit.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".