mz_avro
0.7.0
Modules
codec
decode
encode
error
reader
schema
types
util
writer
Macros
define_unexpected
Structs
ArrayAsVecDecoder
AvroFieldAccess
Block
BlockIter
DefaultArrayAsVecDecoder
GeneralDeserializer
I32Decoder
I64Decoder
IsizeDecoder
MappingDecoder
Reader
TrivialDecoder
U64Decoder
UsizeDecoder
ValidationError
ValueDecoder
Writer
Enums
Codec
ValueOrReader
Traits
AvroArrayAccess
AvroDecodable
AvroDecode
AvroDeserializer
AvroMapAccess
AvroRead
AvroRecordAccess
Skip
StatefulAvroDecodable
Functions
from_avro_datum
give_value
to_avro_datum
write_avro_datum
mz_avro
Function
give_value
Copy item path
Settings
Help
Summary
Source
pub fn give_value<D:
AvroDecode
>(d: D, v: &
Value
) ->
Result
<D::
Out
,
Error
>