try_from_str

Function try_from_str 

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