Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
turn
trace_id
and span_id
into a concrete type (HexEncodedId
) w…
…ith built-in validation (#220) * turn `TraceId` into a concrete type with built-in validation * use the concrete type in db models * within db trait use new concrete type * change api models as well to use new type * pr review * dont make the inner type pub * remove unused errors * replace `proc-macro-error` with `manyhow`
- Loading branch information