Function dfir_lang::process_singletons::postprocess_singletons_handles
source ยท pub fn postprocess_singletons_handles(
tokens: TokenStream,
resolved_idents: impl IntoIterator<Item = Ident>,
) -> Punctuated<Expr, Comma>
Expand description
Same as postprocess_singletons
but generates just the StateHandle
ident rather than full
RefCell
borrowing code.