Trait tylisp::marker_traits::Fail[][src]

pub trait Fail: Eval<Result = False> { }
Expand description

An expression that evaluates to False

Implementors

impl<T> Fail for T where
    T: Eval<Result = False>, 
[src]