freya_
core
0.4.0
Node
State
Snapshot
Required Methods
state_snapshot
Implementors
In freya_
core::
node_
state_
snapshot
freya_core
::
node_state_snapshot
Trait
NodeStateSnapshot
Copy item path
Source
pub trait NodeStateSnapshot { // Required method fn
state_snapshot
(&self) ->
NodeState
; }
Required Methods
§
Source
fn
state_snapshot
(&self) ->
NodeState
Implementors
§
Source
§
impl
NodeStateSnapshot
for
DioxusNode
<'_>