[−][src]Trait sp_core::traits::CloneableSpawn
Something that can spawn tasks and also can be cloned.
Required methods
fn clone(&self) -> Box<dyn CloneableSpawn>
Clone as heap-allocated handle.