macro_rules! object_newtype {
    ($ty:ty) => { ... };
}
Expand description

Derive crate::java::Object for a tuple struct with 1 crate::java::lang::Object field.