Struct rust_jvm::vm::native::NativeMethod
[−]
[src]
pub struct NativeMethod(&'static Fn(Vec<Value>) -> Option<Value>);
pub struct NativeMethod(&'static Fn(Vec<Value>) -> Option<Value>);
impl NativeMethod
impl Debug for NativeMethod