Skip to main content

parse_bbox

Function parse_bbox 

Source
pub(crate) fn parse_bbox(
    s: &str,
    field: &'static str,
    lineno: usize,
) -> Result<BBox, ParseError>