action_to_owned

Function action_to_owned 

Source
fn action_to_owned(
    action: Action<'_, PointerReferences>,
) -> Action<'static, PointerReferences>
Available on (crate features trace or replay) and crate feature trace only.
Expand description

Return a copy of Action with 'static lifetime.

This is used for in-memory tracing.