Trait twig::Expect [] [src]

pub trait Expect<V> {
    type Output;
    fn expect(&mut self, expected: V) -> Self::Output;
}

Returns different output based on expected value.

Associated Types

Required Methods

Implementors