pub unsafe trait UITextFormattingCoordinatorDelegate: NSObjectProtocol + IsMainThreadOnly {
    // Provided method
    unsafe fn updateTextAttributesWithConversionHandler(
        &self,
        conversion_handler: UITextAttributesConversionHandler
    )
       where Self: Sized + Message { ... }
}
Available on crate feature UITextFormattingCoordinator only.

Provided Methods§

source

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

Available on crate features UIResponder and block2 only.

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