[][src]Type Definition thrift::Result

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.