macro_rules! jcompound {
($($key:expr => $value:expr),* $(,)?) => { ... };
}Expand description
A convenience macro for constructing Compound<JavaString>s
macro_rules! jcompound {
($($key:expr => $value:expr),* $(,)?) => { ... };
}A convenience macro for constructing Compound<JavaString>s