Skip to main content

NandThen

Type Alias NandThen 

Source
pub type NandThen<A, B> = CombinatorSystem<NandThenMarker, A, B>;
Expand description

Combines and inverts the outputs of two systems using the && and ! operators (short-circuiting).

Aliased Typeยง

pub struct NandThen<A, B> { /* private fields */ }