[][src]Function cron_clock::double_s

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

Please use double instead

Recognizes floating point number in a string and returns a f64