[][src]Type Definition regex_syntax::Result

type Result<T> = Result<T, Error>;

A type alias for dealing with errors returned by this crate.