pub unsafe trait NSAttributedStringAdaptiveImageGlyphConveniences:
ClassType
+ Sized
+ Sealed {
// Provided method
unsafe fn attributedStringWithAdaptiveImageGlyph_attributes(
adaptive_image_glyph: &NSAdaptiveImageGlyph,
attributes: &NSDictionary<NSAttributedStringKey, AnyObject>,
) -> Retained<Self> { ... }
}Available on crate feature
NSAdaptiveImageGlyph only.Expand description
Category on NSAttributedString.
Provided Methods§
Sourceunsafe fn attributedStringWithAdaptiveImageGlyph_attributes(
adaptive_image_glyph: &NSAdaptiveImageGlyph,
attributes: &NSDictionary<NSAttributedStringKey, AnyObject>,
) -> Retained<Self>
unsafe fn attributedStringWithAdaptiveImageGlyph_attributes( adaptive_image_glyph: &NSAdaptiveImageGlyph, attributes: &NSDictionary<NSAttributedStringKey, AnyObject>, ) -> Retained<Self>
§Safety
attributes generic should be of the correct type.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".