pub fn read(decoder: &mut BinDecoder<'_>) -> Result<A, ProtoError>
👎Deprecated: use the BinDecodable::read method instead
Expand description
Read the RData from the given Decoder
pub fn read(decoder: &mut BinDecoder<'_>) -> Result<A, ProtoError>
Read the RData from the given Decoder