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