IB
Size: a a a
IB
SH
С
SH
.map(|re_match| re_match.as_str().parse::<f64>().unwrap())
, не работаетf64
, found Option<f64>
С
.map(|re_match| re_match.as_str().parse::<f64>().unwrap())
, не работаетf64
, found Option<f64>
SH
AK
С
SH
d
a
SH
Option<&str>
С
d
SH
С
.map(|re_match| re_match.as_str().map(|s|s.parse::<f64>().unwrap()).unwrap())
,SH
.map(|re_match| re_match.as_str().map(|s|s.parse::<f64>().unwrap()).unwrap())
,re_match.as_str()
нерзя зделать мапС
AK
С