sqlx_
core
0.8.3
In sqlx_
core::
rt
sqlx_core
::
rt
Function
timeout
Copy item path
Source
pub async fn timeout<F:
Future
>( duration:
Duration
, f: F, ) ->
Result
<F::
Output
,
TimeoutError
>