Skip to main content

parse_dim

Function parse_dim 

Source
pub const fn parse_dim(s: &str) -> Option<f64>
Expand description

Parse a dimension string, returning None if there is an error.

See parse_dim_diagnostic for information on how to handle errors.