R<T> typedef

R<T> = Result<T>

Implementation

typedef R<T> = Result<T>;