Type Definition nannou::ui::text::line::NextBreakFnPtr[][src]

type NextBreakFnPtr = fn(&str, &Font<'static>, u32, f64) -> (Break, f64);
Expand description

An alias for function pointers that are compatible with the Block’s required text wrapping function.