[][src]Type Definition regex_syntax::Result

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

An alias for computations that can return a Error.