Function float

Source
pub fn float<Token, Stream, Context>(
    stream: Stream,
) -> Parsed<Token, Stream, Context>
where (): FloatParse<Stream, Context>, Token: FromStr + Debug,
Expand description

Float ::= Sign? ( ‘inf’ | ‘NaN’ | Number )