Constant f32

Source
pub const f32: RegexParser<f32, <f32 as FromStr>::Err>;
Expand description

Parse a value of a primitive type (using its FromStr implementation in the Rust standard library).