pub fn try_from_str<T>( str: &str, ) -> Result<BoundedRange<T>, BoundedRangeParseError<T>>where T: FromStr, T::Err: Display,