regex_syntax::Result 
                   
                       [−]
                   
               [src]
type Result<T> = Result<T, Error>;
An alias for computations that can return a Error.
type Result<T> = Result<T, Error>;
An alias for computations that can return a Error.