pub trait ScrollExt { // Required method fn scroll(self) -> Scroll; }
A trait that adds a scroll method to any type that implements IntoView.
scroll
IntoView
Wrap the view in a scroll view.