hyper
0.14.30
In hyper::common::lazy
Function
hyper
::
common
::
lazy
::
lazy
Copy item path
source
·
[
−
]
pub(crate) fn lazy<F, R>(func: F) ->
Lazy
<F, R>
ⓘ
where F:
FnOnce
() -> R, R:
Future
+
Unpin
,