> ## 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::ec::NonZeroEcPoint

A non-zero point on the STARK curve (cannot be the point at infinity).

## Signature

```rust theme={null}
pub type NonZeroEcPoint = NonZero;
```
