Struct anachro_forth_core::Runtime[][src]

pub struct Runtime<BuiltinTok, SeqTok, Sdata, Sexec, O> where
    Sdata: Stack<Item = i32>,
    Sexec: ExecutionStack<BuiltinTok, SeqTok>,
    SeqTok: Clone,
    BuiltinTok: Clone,
    O: Write
{ pub data_stk: Sdata, pub ret_stk: Sdata, pub flow_stk: Sexec, pub _pd_ty_t_f: PhantomData<(BuiltinTok, SeqTok)>, // some fields omitted }

Fields

data_stk: Sdataret_stk: Sdataflow_stk: Sexec_pd_ty_t_f: PhantomData<(BuiltinTok, SeqTok)>

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.