Function lks_tap2

Source
pub fn lks_tap2(
    query: LkQuery,
    cb: impl PointHandler + 'static,
    span: Span,
) -> LkResult<i64>
Expand description

lks_tap with a custom log [tracing::Span] The span will be entered on every callback.