Trait cursive::view::Scrollable[][src]

pub trait Scrollable: View {
    fn scrollable(self) -> ScrollView<Self> { ... }
}
Expand description

Makes a view wrappable in a ScrollView.

Provided methods

Wraps self in a ScrollView.

Implementors