the shake of all times

This commit is contained in:
lda
2026-04-03 23:50:25 +07:00 Unverified
parent 59f5a893fc
commit 3339faebfb
6 changed files with 19 additions and 23 deletions
+4 -3
View File
@@ -14,8 +14,9 @@ pub async fn get(dev: Option<&str>) -> anyhow::Result<Vec<AddrOutput>> {
link = link.match_name(dev.to_owned());
if let Some(ind) = link.execute().try_next().await?.map(|a| a.header.index) {
address = address.set_link_index_filter(ind);
}
};
address.execute().try_next().await?;
} else {
};
address.execute().try_next().await?;
todo!()
todo!();
}