pub unsafe trait UITextFormattingCoordinatorDelegate: NSObjectProtocol + MainThreadOnly {
// Provided method
unsafe fn updateTextAttributesWithConversionHandler(
&self,
conversion_handler: UITextAttributesConversionHandler,
)
where Self: Sized + Message { ... }
}Available on crate feature
UITextFormattingCoordinator only.Expand description
Provided Methods§
Sourceunsafe fn updateTextAttributesWithConversionHandler(
&self,
conversion_handler: UITextAttributesConversionHandler,
)
Available on crate features UIResponder and block2 only.
unsafe fn updateTextAttributesWithConversionHandler( &self, conversion_handler: UITextAttributesConversionHandler, )
UIResponder and block2 only.§Safety
conversion_handler must be a valid pointer.