☰
In rmp::decode
In rmp::decode
Modules
bytes
Structs
ExtMeta
MarkerReadError
Enums
DecodeStringError
NumValueReadError
ValueReadError
Traits
RmpRead
RmpReadErr
Functions
marker_to_len
read_array_len
read_bin_len
read_bool
read_ext_meta
read_f32
read_f64
read_fixext1
read_fixext16
read_fixext2
read_fixext4
read_fixext8
read_i16
read_i32
read_i64
read_i8
read_int
read_map_len
read_marker
read_nfix
read_nil
read_pfix
read_str
read_str_from_slice
read_str_len
read_str_ref
read_u16
read_u32
read_u64
read_u8
Type Definitions
Error
?
Function
rmp
::
decode
::
read_ext_meta
source
·
[
−
]
pub fn read_ext_meta<R:
RmpRead
>(
rd:
&mut
R
) ->
Result
<
ExtMeta
,
ValueReadError
<R::
Error
>>