Number

Type Alias Number 

Source
pub type Number = f64;

Trait Implementations§

Source§

impl ParseNumber for Number

Available on crate feature f64-floats only.
Source§

fn parse_number(s: &str) -> Result<Self, String>

Parse a number from a string.