pub type TryFromIntError = TryFromIntError;
Expand description

An error returned when a raw position fails to convert.

Aliased Type§

struct TryFromIntError(/* private fields */);