Type Definition thrift::Result

source ·
pub type Result<T> = Result<T, Error>;
Expand description

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.