hyper_
util
0.1.11
In hyper_
util::
common::
lazy
Structs
Lazy
Enums
Inner
Traits
Started
Functions
lazy
hyper_util
::
common
::
lazy
Function
lazy
Copy item path
Settings
Help
Summary
Source
pub(crate) fn lazy<F, R>(func: F) ->
Lazy
<F, R>
ⓘ
where F:
FnOnce
() -> R, R:
Future
+
Unpin
,