Structs§
- Composer
Scope Guard - Guard that pops the composer stack on drop.
Functions§
- enter
- Pushes the composer onto the thread-local stack for the duration of the scope. Returns a guard that will pop it on drop.
- try_
with_ composer - Try to access the current composer from the thread-local stack. Returns None if there is no active composer.
- with_
composer - Access the current composer from the thread-local stack.