Struct oniguruma::Error [] [src]

pub struct Error {
    // some fields omitted
}

An error that occurred during parsing, compiling or evaluating a regular expression.

Methods

impl Error

fn code(&self) -> isize

Return Oniguruma engine error code.

Trait Implementations

impl Debug for Error

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

impl Display for Error

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

impl Error for Error

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>