[][src]Function yarte_lexer::error::emitter

pub fn emitter<Who, E, M, I>(who: Who, errors: I) -> ! where
    Who: Emitter,
    E: Into<ErrorMessage<M>>,
    M: Error,
    I: Iterator<Item = E>,