[][src]Trait itsy::VMFunc

pub trait VMFunc<T>: Clone + Debug + 'static where
    T: VMFunc<T>, 
{ }

An internal trait used to make resolver, compiler and VM generic over a set of Rust functions. Use the extern_rust! macro to generate a type implementing VMData and VMFunc.

Implementors

impl VMFunc<Standalone> for Standalone[src]

Loading content...