Type Alias noodles_core::position::ParseError

source ·
pub type ParseError = ParseIntError;
Expand description

An error returned when a position fails to parse.

Aliased Type§

struct ParseError { /* private fields */ }