Skip to main content

IntoClickHandler

Trait IntoClickHandler 

Source
pub trait IntoClickHandler<Arguments> {
    // Required method
    fn into_click_handler(self) -> UiEventHandler;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§