Function prange::parse [] [src]

pub fn parse<T>(x: &T) -> Result<RangeIter, ParseError> where
    T: AsRef<str>,