Type Alias regex::RetErrType

source ·
pub(crate) type RetErrType = RetErr<Error, Error, String>;

Aliased Type§

enum RetErrType {
    Rust(Error),
    Pcre(Error),
    Text(String),
}

Variants§

§

Rust(Error)

§

Pcre(Error)

§

Text(String)

Trait Implementations§

source§

impl<A: Debug, B: Debug, C: Debug> Debug for RetErr<A, B, C>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more