freya_
testing
0.4.0-alpha.4
freya_testing
Function
use_reactive
Copy item path
Source
pub fn use_reactive<T>(value:
&T
) ->
State
<T>
where T: 'static +
Clone
+
PartialEq
,