sqlx_
core
0.8.2
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
>