pub type TextMeasurer<'a, TextConfig> = dyn Fn(&str, &TextConfig) -> Dimensions + 'a;Expand description
Closure type used to measure text during layout.
pub type TextMeasurer<'a, TextConfig> = dyn Fn(&str, &TextConfig) -> Dimensions + 'a;Closure type used to measure text during layout.