use Uuid;
/// Trait for conversion between UUID and log_id format (32 char without '-')
/// This version of the trait can be used as a dyn trait.
/// Implements `LogIdFormat` for `Uuid`, providing methods to convert
/// to and from a hyphen-less log ID string.