Skip to main content

u32Ext

Trait u32Ext 

Source
pub trait u32Ext {
    // Required method
    fn to_formatted_string(&self) -> String;
}
Expand description

Trait for the u32::to_formatted_string method.

Required Methods§

Source

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.

Source§

fn to_formatted_string(&self) -> String

Format integers consistenly using the Browser’s native NumberFormat.

Implementors§