pub type Result<T> = Result<T, Error>;
Result type returned by all runtime library functions.
As is convention this is a typedef of std::result::Result with E defined as the thrift::Error type.
std::result::Result
E
thrift::Error