[][src]Trait combinedfun::traits::NotError

pub trait NotError<O, I> {
    fn not(out: O, at: I) -> Self;
}

The kind of error that can happen with not(crate::not).

Required methods

fn not(out: O, at: I) -> Self

Loading content...

Implementations on Foreign Types

impl<O, I> NotError<O, I> for ()[src]

Loading content...

Implementors

impl<'a, OO, OI, I, O, T: ?Sized> NotError<OO, OI> for VerboseError<'a, I, O, T> where
    I: From<OI>,
    O: From<OO>, 
[src]

Loading content...