Skip to main content

t

Function t 

Source
pub fn t(msg: Msg<'_>) -> Cow<'static, str>
Expand description

Translate a message using the current global locale.

Returns a Cow<'static, str> — static for literal translations, owned for interpolated ones.