polyhorn-ui 0.4.0

Shared API contract for multi-platform Polyhorn UI.
Documentation
1
2
3
4
5
/// This trait is implemented by platform-specific Scrollable handles.
pub trait ScrollableHandle {
    /// Momentarily displays the scroll indicators (if applicable).
    fn flash_scroll_indicators(&mut self);
}