hyper_
util
0.1.10
In hyper_
util::
common::
lazy
hyper_util
::
common
::
lazy
Function
lazy
Copy item path
source
pub(crate) fn lazy<F, R>(func: F) ->
Lazy
<F, R>
ⓘ
where F:
FnOnce
() -> R, R:
Future
+
Unpin
,