Struct tabula::TabulaVM[][src]

pub struct TabulaVM(_);
Expand description

Java VM capable of using Tabula

Can be created using TabulaVM::new() or by putting a jni::JavaVM as it’s first inner parameter

Implementations

Create a new Java VM capable of using Tabula

  • libpath: Escaped path to tabula-java.jar
  • debug: runs jvm with -Xcheck:jni

Get Java native interface capable of instantiating Tabula

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Look up the concrete type from the JVM.

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.