Trait v8::fast_api::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§