Type Definition regex_syntax::Result [] [src]

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

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