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