pub trait u32Ext {
// Required method
fn to_formatted_string(&self) -> String;
}Expand description
Trait for the u32::to_formatted_string method.
Required Methods§
Sourcefn to_formatted_string(&self) -> String
fn to_formatted_string(&self) -> String
Format integers consistenly using the Browser’s native NumberFormat.
Implementations on Foreign Types§
Source§impl u32Ext for u32
Trait for the u32::to_formatted_string method.
impl u32Ext for u32
Trait for the u32::to_formatted_string method.
Source§fn to_formatted_string(&self) -> String
fn to_formatted_string(&self) -> String
Format integers consistenly using the Browser’s native NumberFormat.