Skip to main content

Scrollable

Trait Scrollable 

Source
pub trait Scrollable {
    // Required methods
    fn scroll_offset_mut(&mut self) -> &mut PointUsize;
    fn latest_content_render_size(&self) -> PointUsize;
}
Available on crate feature tui only.

Required Methods§

Implementors§