[][src]Function cron_clock::float_s

pub fn float_s<T>(input: T) -> Result<(T, f32), Err<T, u32>> where
    T: Slice<Range<usize>> + Slice<RangeFrom<usize>> + Slice<RangeTo<usize>> + Clone + Offset + InputIter + InputLength + ParseTo<f32> + AtEof + InputTakeAtPosition,
    <T as InputIter>::Item: AsChar,
    <T as InputTakeAtPosition>::Item: AsChar
👎 Deprecated since 4.1.0:

Please use float instead

Recognizes floating point number in a string and returns a f32