Type Alias jboolean

Source
pub type jboolean = u8;

Trait Implementations§

Source§

impl<'local> IntoRustType<'local, bool> for jboolean

Source§

fn into_rust(self, _: &mut JNIEnv<'local>) -> JResult<bool>