Struct rust_jvm::vm::native::NativeMethod [] [src]

pub struct NativeMethod(&'static Fn(Vec<Value>) -> Option<Value>);

Methods

impl NativeMethod

fn invoke(&self, args: Vec<Value>) -> Option<Value>

Trait Implementations

impl Debug for NativeMethod

fn fmt(&self, f: &mut Formatter) -> Result