pub fn pop_scope(
host: &NemoRelayNativeHostApiV1,
handle: &ScopeHandle<'_>,
output: Option<&Json>,
metadata: Option<&Json>,
) -> Result<()>Expand description
Pops a scope and emits its end event.
pub fn pop_scope(
host: &NemoRelayNativeHostApiV1,
handle: &ScopeHandle<'_>,
output: Option<&Json>,
metadata: Option<&Json>,
) -> Result<()>Pops a scope and emits its end event.