pub trait NorthStateData:
NorthStateDataClone
+ Send
+ Sync { }Trait Implementations§
Source§impl Clone for Box<dyn NorthStateData>
impl Clone for Box<dyn NorthStateData>
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more