pub type PooledParser = Arc<Mutex<Box<dyn ToolParser>>>;
Type alias for pooled parser instances.
pub struct PooledParser { /* private fields */ }