Trait narrow::OffsetValue[][src]

pub trait OffsetValue: Primitive + TryFrom<usize, Error = TryFromIntError> + TryInto<usize, Error = TryFromIntError> + Sealed { }
Expand description

Types representing offset values.

Values with these types can be used to represent offset values in an Offset.

This trait is sealed to prevent downstream implementations.

Implementations on Foreign Types

Implementors