swc_ecma_utils::number

Trait ToJsString

source
pub trait ToJsString {
    // Required method
    fn to_js_string(&self) -> String;
}
Expand description

Required Methods§

Implementations on Foreign Types§

source§

impl ToJsString for f64

Implementors§