pub fn span_id(n: u32) -> Result<String, EthosError>Expand description
Format a span id (s%06d, content-stream order).
Errors with internal_error on width overflow (resource limits bound real
documents far below these widths).
pub fn span_id(n: u32) -> Result<String, EthosError>Format a span id (s%06d, content-stream order).
Errors with internal_error on width overflow (resource limits bound real
documents far below these widths).