Function lance_core::io::read_struct

source ·
pub async fn read_struct<'m, M: Message + Default + 'static, T: ProtoStruct<Proto = M> + From<M>>(
    reader: &dyn Reader,
    pos: usize
) -> Result<T>
Expand description

Read a Protobuf-backed struct at file position: pos.