Skip to main content
to_small_string
tuwunel_
core
1.6.2
In tuwunel_
core::
utils::
string
tuwunel_core
::
utils
::
string
Function
to_
small_
string
Copy item path
Source
pub fn to_small_string<const CAP:
usize
, T>(t: T) -> SmallString<[
u8
;
CAP
]>
where T:
Display
,