Skip to main content

fluent

Macro fluent 

Source
macro_rules! fluent {
    ( $( $key:ident : $value:expr ),* $(,)? ) => { ... };
}