pub type SpawnError = Box<dyn Any + Send>;
Error type for spawn operations.
pub struct SpawnError(/* private fields */);