Type Alias narrow::offset::NA

source ·
pub type NA = i32;
Expand description

Indicates that an OffsetElement generic is not applicable.

This is used instead to prevent confusion in code because we don’t have default types for generic associated types.

This still shows up as i32 in documentation but there is no way to prevent that.