[][src]Trait combinedfun::traits::TagError

pub trait TagError<'a, T: ?Sized, I> {
    fn tag(tag: &'a T, at: I) -> Self;
}

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

Required methods

fn tag(tag: &'a T, at: I) -> Self

Loading content...

Implementations on Foreign Types

impl<'a, I, T: ?Sized> TagError<'a, T, I> for ()[src]

Loading content...

Implementors

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

Loading content...