Struct jit::Func
[−]
[src]
pub struct Func(_);
A function
Methods
impl Func
fn is_compiled(&self) -> bool
Check if the given function has been compiled
fn get_signature(&self) -> &Ty
Get the signature of the given function