enter

Function enter 

Source
pub fn enter(composer: &Composer) -> ComposerScopeGuard
Expand description

Pushes the composer onto the thread-local stack for the duration of the scope. Returns a guard that will pop it on drop.