pub type LineProjector = Arc<dyn Fn(&str) -> LineProjection + Send + Sync>;
pub struct LineProjector { /* private fields */ }