pub trait ToNumber<'a> { // Required method fn to_number(&self) -> Option<f64>; }
ToNumber
https://tc39.es/ecma262/#sec-tonumber