pub type jvmtiError = u32;
Trait Implementations§
Source§impl From<JvmtiError> for jvmtiError
impl From<JvmtiError> for jvmtiError
Source§fn from(error: JvmtiError) -> Self
fn from(error: JvmtiError) -> Self
Converts to this type from the input type.