Function cursive::view::scroll::layout[][src]

pub fn layout<T, Layout, RequiredSize>(
    scroller: &mut T,
    size: XY<usize>,
    needs_relayout: bool,
    layout: Layout,
    required_size: RequiredSize
) where
    Layout: FnMut(&mut T, XY<usize>),
    T: Scroller,
    RequiredSize: FnMut(&mut T, XY<usize>) -> XY<usize>, 

Performs View::layout on a scroll::Scroller.