use main_error::MainError; #[tokio::main] async fn main() -> Result<(), MainError> { todo!() //i3blocks::mpris::mpris().await.map_err(Into::into) }