[][src]Function nom::float_s

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

Please use float instead

Recognizes floating point number in a string and returns a f32