Function lks_watch2

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

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