pub type ThriftProtocolResult<T> = Result<T, ThriftProtocolError>;Aliased Type§
pub enum ThriftProtocolResult<T> {
Ok(T),
Err(ThriftProtocolError),
}pub type ThriftProtocolResult<T> = Result<T, ThriftProtocolError>;pub enum ThriftProtocolResult<T> {
Ok(T),
Err(ThriftProtocolError),
}