moa_signals
0.1.0
Output
Aliased type
Fields
0
In crate moa_signals
?
Settings
Type Alias
moa_signals
::
Output
Copy item path
source
·
[
−
]
pub(crate) type Output<T> =
Signal
<T>;
Aliased Type
§
struct Output<T>(pub(crate)
Rc
<
Cell
<T>>);
Fields
§
§
0:
Rc
<
Cell
<T>>