> ## Documentation Index
> Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
> Use this file to discover all available pages before exploring further.

# core::fmt::LowerHex

A trait for hex formatting in lower case, using the empty format (`{:x}`).

## Signature

```rust theme={null}
pub trait LowerHex
```

## Trait functions

### fmt

#### Signature

```rust theme={null}
fn fmt(self: @T, ref f: Formatter) -> Result
```
