Skip to main content

to_small_string

Function to_small_string 

Source
pub fn to_small_string<const CAP: usize, T>(t: T) -> SmallString<[u8; CAP]>
where T: Display,