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§
unsafe fn updateTextAttributesWithConversionHandler( &self, conversion_handler: UITextAttributesConversionHandler, )
Available on crate features
UIResponder and block2 only.