[−][src]Trait combine::error::ErrorInfo
Trait for types which can be used to construct error information.
To call functions expecting this trait, use the wrapper types defined in this module
Token, Range, Format or Static/&'static str
Associated Types
Loading content...Required methods
Loading content...Implementations on Foreign Types
impl<'s, 'a, T, R, F> ErrorInfo<'s, T, R> for &'a F where
F: ErrorInfo<'s, T, R>, [src]
F: ErrorInfo<'s, T, R>,
impl<'s, R> ErrorInfo<'s, char, R> for char[src]
impl<'s, T, R> ErrorInfo<'s, T, R> for &'static str[src]
impl<'_, R> ErrorInfo<'_, u8, R> for u8[src]
Loading content...
Implementors
impl<'s, T, R> ErrorInfo<'s, T, R> for Range<R> where
R: Clone, [src]
R: Clone,
impl<'s, T, R> ErrorInfo<'s, T, R> for Static[src]
impl<'s, T, R> ErrorInfo<'s, T, R> for Token<T> where
T: Clone, [src]
T: Clone,
impl<'s, T, R, F> ErrorInfo<'s, T, R> for Info<T, R, F> where
T: Clone,
R: Clone,
F: Display + 's, [src]
T: Clone,
R: Clone,
F: Display + 's,
impl<'s, T, R, F> ErrorInfo<'s, T, R> for Format<F> where
F: Display + 's, [src]
F: Display + 's,