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.