[][src]Trait itsy::VMData

pub trait VMData<T, U> where
    T: VMFunc<T>,
    U: Default
{ }

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

Implementors

impl VMData<Standalone, ()> for Standalone[src]

Loading content...