UITextFormattingCoordinatorDelegate

Trait UITextFormattingCoordinatorDelegate 

Source
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§

Source

unsafe fn updateTextAttributesWithConversionHandler( &self, conversion_handler: UITextAttributesConversionHandler, )
where Self: Sized + Message,

Available on crate features UIResponder and block2 only.
§Safety

conversion_handler must be a valid pointer.

Trait Implementations§

Source§

impl ProtocolType for dyn UITextFormattingCoordinatorDelegate

Source§

const NAME: &'static str = "UITextFormattingCoordinatorDelegate"

The name of the Objective-C protocol that this type represents. Read more
Source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
Source§

impl<T> ImplementedBy<T> for dyn UITextFormattingCoordinatorDelegate

Implementations on Foreign Types§

Source§

impl<T> UITextFormattingCoordinatorDelegate for ProtocolObject<T>

Implementors§