Function mz_repr::strconv::parse_float32
source ยท pub fn parse_float32(s: &str) -> Result<f32, ParseError>
Expand description
Parses an f32
from s
.
pub fn parse_float32(s: &str) -> Result<f32, ParseError>
Parses an f32
from s
.