freya
0.4.0-alpha.4
In freya::
prelude
freya
::
prelude
Function
use_hook
Copy item path
Source
pub fn use_hook<T>(init: impl
FnOnce
() -> T) -> T
where T:
Clone
+ 'static,