Trait rerun::external::re_log_encoding::codec::wire::decoder::Decode

source ·
pub trait Decode {
    // Required method
    fn decode(&self) -> Result<RecordBatch, CodecError>;
}
Expand description

Decode an object from a its wire (protobuf) representation.

Required Methods§

Implementations on Foreign Types§

source§

impl Decode for RerunChunk

source§

impl Decode for DataframePart

Implementors§