pub unsafe extern "C" fn ts_query_cursor_timeout_micros(
self_: *const TSQueryCursor,
) -> u64
Expand description
Get the duration in microseconds that query execution is allowed to take.
This is set via ts_query_cursor_set_timeout_micros
.
pub unsafe extern "C" fn ts_query_cursor_timeout_micros(
self_: *const TSQueryCursor,
) -> u64
Get the duration in microseconds that query execution is allowed to take.
This is set via ts_query_cursor_set_timeout_micros
.