Macro perseus::t[][src]

macro_rules! t {
    ($id : expr) => { ... };
    ($id : expr, { $($key : literal : $value : expr), + }) => { ... };
}
Expand description

Translates the given ID conveniently, taking arguments for interpolation as required.