pub async fn tab_list(
backend: &TabBackend,
registry: &Registry,
browser_name: &str,
) -> Result<Vec<TabRow>>Expand description
tab list <browser> backend with sweep-on-read.
Asks the TabBackend for the live id set and drops any tab rows
whose target_id is no longer present (closed externally, browser
restarted, etc.).