pub type Result<T> = Result<T, Error>;
Result type.
The resulting type after applying the + operator.
+
Performs the + operation. Read more
The resulting type after applying the - operator.
-
Performs the - operation. Read more