rerun::external::re_log_encoding::codec::wire::decoder

Trait 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 DataframePart

Source§

impl Decode for RerunChunk

Implementors§