pub type PromptRightRenderer = Arc<dyn Fn() -> String + Send + Sync>;
pub struct PromptRightRenderer { /* private fields */ }