> ## 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::hash::into_felt252_based

Implementation for `Hash` for types that can be converted into `felt252` using the `Into` trait.

## Examples

```rust theme={null}
impl MyTypeHash, +Drop> =
    core::hash::into_felt252_based::HashImpl;`
```
