fn decommission_assets<'a, I>(
assets: I,
year: u32,
reason: &'a str,
) -> impl Iterator<Item = AssetRef> + 'awhere
I: IntoIterator<Item = AssetRef> + 'a,
Expand description
Convert the specified assets to being decommissioned and return