Type Definition apache_avro::AvroResult
source · pub type AvroResult<T> = Result<T, Error>;
Expand description
A convenience type alias for Result
s with Error
s.
pub type AvroResult<T> = Result<T, Error>;
A convenience type alias for Result
s with Error
s.