Skip to main content

push_frame_pub

Function push_frame_pub 

Source
pub fn push_frame_pub(frame: ScopeFrame)
Expand description

Public push helper for external integrations that own their own pop (e.g. the tracing bridge pushes on on_enter and pops on on_exit). External callers MUST pair every call to push_frame_pub with exactly one call to pop_frame_pub in LIFO order — using ScopeFrameBuilder + the returned ScopeGuard is preferred when the lifetime is RAII-shaped. Spec 94 D7-3.