pub trait JType: JObjRef + JObjNew {
const CLASS: &'static str;
const OBJECT_SIG: &'static str;
const DIM: u8 = 0;
}Expand description
用于描述java类的信息。
Required Associated Constants§
Provided Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".