v8::fast_api

Trait FastFunction

Source
pub trait FastFunction {
    // Required method
    fn function(&self) -> *const c_void;

    // Provided methods
    fn args(&self) -> &'static [Type] { ... }
    fn return_type(&self) -> CType { ... }
}

Required Methods§

Provided Methods§

Source

fn args(&self) -> &'static [Type]

Source

fn return_type(&self) -> CType

Implementors§