Type Definition Result
regex_syntax
type Result<T> = Result<T, Error>;
An alias for computations that can return a Error.
Error