freya
0.4.0-alpha.4
In freya::
prelude
freya
::
prelude
Function
use_memo
Copy item path
Source
pub fn use_memo<T>(callback: impl
FnMut
() -> T + 'static) ->
Memo
<T>
where T: 'static +
PartialEq
,