[][src]Trait voile::syntax::core::RedEx

pub trait RedEx: Sized {
    fn reduce_with_dbi(self, arg: Val, dbi: DBI) -> Val;
}

Reducible expressions.

Required methods

fn reduce_with_dbi(self, arg: Val, dbi: DBI) -> Val

This is primarily a private implementation-related API. Use at your own risk.

Loading content...

Implementors

impl RedEx for Neutral[src]

impl RedEx for Val[src]

Loading content...