Macro rdf_str

Source
macro_rules! rdf_str {
    ($name:ident @ $lang:ident) => { ... };
    ($text:literal @ $lang:ident) => { ... };
    ($text:literal) => { ... };
}