Trait pipe_chain::pipe::NotExt
source · pub trait NotExt<I, O, E, R> {
// Provided method
fn not(self) -> Not<O, R, Self>
where I: Clone,
O: Debug,
Self: Sized { ... }
}Expand description
Changes error behaviour