[][src]Function chargrid_render::measure_size_and_draw

pub fn measure_size_and_draw<V: ?Sized, T, C, F>(
    view: &mut V,
    data: T,
    context: ViewContext<C>,
    frame: &mut F
) -> Size where
    V: View<T>,
    C: ColModify,
    F: Frame