Trait stomp_parser::error::FullError[][src]

pub trait FullError<I, E>: ParseError<I> + FromExternalError<I, E> + ContextError<I> { }

Implementations on Foreign Types

Implementors