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