R

Type Alias R 

Source
pub type R = String;
Expand description

This type is used to define a simple i18n resource that does not have any dynamic variables that shall be captured by thy. R stands for Resource.

Aliased Typeยง

pub struct R { /* private fields */ }