https://github.com/open-telemetry/opentelemetry-rust/blob/main/opentelemetry/src/trace/tracer.rs#L242
with_trace_id, with_span_id allow one to specify TraceId,SpanId via builder - there is no such capability in the specification.
If user want to control traceid,spanid generation, they can use IdGenerator.
This must be removed from SpanBuilder