pub fn enter(composer: &Composer) -> ComposerScopeGuardExpand description
Pushes the composer onto the thread-local stack for the duration of the scope. Returns a guard that will pop it on drop.
pub fn enter(composer: &Composer) -> ComposerScopeGuardPushes the composer onto the thread-local stack for the duration of the scope. Returns a guard that will pop it on drop.