pub type TextPanResolver = Rc<dyn Fn(f32) -> f32>;Expand description
Resolver that recomputes (and stores) the horizontal pan offset for a text field given the current content viewport width in px.
Aliased Typeยง
pub struct TextPanResolver { /* private fields */ }