Trait tylisp::marker_traits::Pass[][src]

pub trait Pass: Eval<Result = True> { }
Expand description

An expression that evaluates to True

Implementors

impl<T> Pass for T where
    T: Eval<Result = True>, 
[src]