refactor(core): enforce layout scoping for more Rust layouts
This commit is a code cleanup that changes how user-interface layouts are managed in the Trezor firmware. It wraps layout objects in explicit context managers (using `with ... as layout:`) and converts several synchronous-looking helper fu…
00075898by Roman Zeyde+864−7939 files