ScrollableHandle

Trait ScrollableHandle 

Source
pub trait ScrollableHandle {
    // Required method
    fn flash_scroll_indicators(&mut self);
}
Expand description

This trait is implemented by platform-specific Scrollable handles.

Required Methods§

Source

fn flash_scroll_indicators(&mut self)

Momentarily displays the scroll indicators (if applicable).

Implementors§